[oe-commits] Martin Jansa : ffmpeg: switch to SRCPV with PE bump

git version control git at git.openembedded.org
Mon Apr 19 20:51:36 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0fc8c7fa1d062f6764137015315d32eb36342837
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0fc8c7fa1d062f6764137015315d32eb36342837

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Apr 19 22:44:42 2010 +0200

ffmpeg: switch to SRCPV with PE bump

---

 recipes/ffmpeg/ffmpeg.inc    |    2 ++
 recipes/ffmpeg/ffmpeg_0.5.bb |    1 -
 recipes/ffmpeg/ffmpeg_git.bb |    3 +--
 recipes/ffmpeg/ffmpeg_svn.bb |    1 -
 4 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/recipes/ffmpeg/ffmpeg.inc b/recipes/ffmpeg/ffmpeg.inc
index c855877..2b4d26e 100644
--- a/recipes/ffmpeg/ffmpeg.inc
+++ b/recipes/ffmpeg/ffmpeg.inc
@@ -7,6 +7,8 @@ LICENSE = "LGPL"
 
 ARM_INSTRUCTION_SET = "arm"
 
+PE = "2"
+
 DEPENDS = "zlib libogg libvorbis libtheora faac faad2 ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'lame liba52', d)}"
 RSUGGESTS = "mplayer"
 
diff --git a/recipes/ffmpeg/ffmpeg_0.5.bb b/recipes/ffmpeg/ffmpeg_0.5.bb
index 6dfc185..956d0cb 100644
--- a/recipes/ffmpeg/ffmpeg_0.5.bb
+++ b/recipes/ffmpeg/ffmpeg_0.5.bb
@@ -2,7 +2,6 @@ require ffmpeg.inc
 
 DEPENDS += "schroedinger libgsm"
 
-PE = "1"
 PR = "${INC_PR}.0"
 
 DEFAULT_PREFERENCE = "1"
diff --git a/recipes/ffmpeg/ffmpeg_git.bb b/recipes/ffmpeg/ffmpeg_git.bb
index fc9bdf2..5c84ea7 100644
--- a/recipes/ffmpeg/ffmpeg_git.bb
+++ b/recipes/ffmpeg/ffmpeg_git.bb
@@ -2,8 +2,7 @@ require ffmpeg.inc
 
 DEPENDS += "schroedinger libgsm"
 
-PE = "1"
-PV = "0.5.0+${PR}+gitr${SRCREV}" 
+PV = "0.5.0+${PR}+gitr${SRCPV}"
 PR = "${INC_PR}.0"
 
 DEFAULT_PREFERENCE = "-1"
diff --git a/recipes/ffmpeg/ffmpeg_svn.bb b/recipes/ffmpeg/ffmpeg_svn.bb
index 620783c..3b8da50 100644
--- a/recipes/ffmpeg/ffmpeg_svn.bb
+++ b/recipes/ffmpeg/ffmpeg_svn.bb
@@ -4,7 +4,6 @@ DEPENDS += "schroedinger libgsm"
 
 SRCREV = "22521"
 
-PE = "1"
 PV = "0.5.0+${PR}+svnr${SRCPV}"
 PR = "${INC_PR}.0"
 





More information about the Openembedded-commits mailing list