[oe-commits] Paul Eggleton : x264: fix SRCREV after upstream repository change

git at git.openembedded.org git at git.openembedded.org
Thu Jul 31 18:00:40 UTC 2014


Module: meta-openembedded.git
Branch: dylan-next
Commit: ac1fad48216f9c4b851541f8433a50c2f0795a54
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=ac1fad48216f9c4b851541f8433a50c2f0795a54

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Mon Jun  9 17:24:30 2014 +0100

x264: fix SRCREV after upstream repository change

The upstream x264 project has re-imported all of their old history,
meaning that all of the hashes have changed. Update SRCREV based on the
mapping list they have provided at:

  http://sprunge.us/dGOU

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>

---

 meta-oe/recipes-multimedia/x264/x264_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-multimedia/x264/x264_git.bb b/meta-oe/recipes-multimedia/x264/x264_git.bb
index c767ffd..4da24cc 100644
--- a/meta-oe/recipes-multimedia/x264/x264_git.bb
+++ b/meta-oe/recipes-multimedia/x264/x264_git.bb
@@ -11,7 +11,7 @@ DEPENDS = "yasm-native"
 SRC_URI = "git://git.videolan.org/x264.git \
     file://don-t-default-to-cortex-a9-with-neon.patch \
 "
-SRCREV = "1cffe9f406cc54f4759fc9eeb85598fb8cae66c7"
+SRCREV = "bfed708c5358a2b4ef65923fb0683cefa9184e6f"
 
 PV = "r2230+git"
 



More information about the Openembedded-commits mailing list