[oe-commits] Martin Jansa : ffmpeg/ffmpeg_git.bb: switch from SRCREV to SRCPV

git version control git at git.openembedded.org
Sun Nov 15 19:32:01 UTC 2009


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: 01a14f716dcf51a4b191e245fc0521d46cc8a830
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=01a14f716dcf51a4b191e245fc0521d46cc8a830

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Nov 15 20:21:50 2009 +0100

ffmpeg/ffmpeg_git.bb: switch from SRCREV to SRCPV

---

 recipes/ffmpeg/ffmpeg_git.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/ffmpeg/ffmpeg_git.bb b/recipes/ffmpeg/ffmpeg_git.bb
index 1cfc3e2..fac6430 100644
--- a/recipes/ffmpeg/ffmpeg_git.bb
+++ b/recipes/ffmpeg/ffmpeg_git.bb
@@ -2,8 +2,8 @@ require ffmpeg.inc
 
 DEPENDS += "schroedinger libgsm"
 
-PE = "1"
-PV = "0.5.0+${PR}+gitr${SRCREV}" 
+PE = "2"
+PV = "0.5.0+${PR}+gitr${SRCPV}"
 PR = "r0"
 
 DEFAULT_PREFERENCE = "-1"





More information about the Openembedded-commits mailing list