[oe-commits] Koen Kooi : ffmpeg git: replace arm SRCREV that got wiped out by a git commit --amend

GIT User account git at amethyst.openembedded.net
Fri Nov 28 09:03:49 UTC 2008


Module: openembedded.git
Branch: koen/darwin-host-fixes
Commit: 16dbb84269d481c6bbac2b0d2aaa794412b8d0f7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=16dbb84269d481c6bbac2b0d2aaa794412b8d0f7

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Nov 26 21:01:12 2008 +0100

ffmpeg git: replace arm SRCREV that got wiped out by a git commit --amend

---

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

diff --git a/packages/ffmpeg/ffmpeg_git.bb b/packages/ffmpeg/ffmpeg_git.bb
index 3f8785b..ce41c21 100644
--- a/packages/ffmpeg/ffmpeg_git.bb
+++ b/packages/ffmpeg/ffmpeg_git.bb
@@ -4,7 +4,7 @@ DEPENDS += "schroedinger libgsm"
 
 PE = "1"
 PV = "0.4.9+${PR}+gitr${SRCREV}" 
-PR = "r35"
+PR = "r36"
 
 DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_armv5te = "1"
@@ -17,7 +17,7 @@ FFBRANCH ?= "master"
 
 # When bumping SRCREV make sure you bump PR here and in dependant recipes (gst-ffmpeg, gnash, omxil, etc) to account for SOVERSION changes
 SRCREV = "b06c88bbec744970e023a03abed314f10d6936da"
-SRCREV_arm = "afb98868e19e63cbca6c9f0ed9e6cfa48d40277d"
+SRCREV_arm = "6df54822e5ce736f688f8cfef9c1e665b8758fcd"
 SRC_URI = "git://git.mansr.com/ffmpeg.mru;protocol=git;branch=${FFBRANCH} \
 "
 





More information about the Openembedded-commits mailing list