]> code.ossystems Code Review - openembedded-core.git/commitdiff
x264: Update SRCREV to match commit in upstream git repo
authorKhem Raj <raj.khem@gmail.com>
Thu, 29 May 2014 05:22:54 +0000 (22:22 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 3 Jun 2014 15:45:05 +0000 (16:45 +0100)
It seems that 585324fee380109acd9986388f857f413a60b896 is no
longer there in git and it has been rewritten to
ffc3ad4945da69f3caa2b40e4eed715a9a8d9526

Change-Id: I9ffe8bd9bcef0d2dc5e6f6d3a6e4317bada8f4be
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/x264/x264_git.bb

index d192c30fd24044f31b006526f9becdc049d12ac4..0e856b3ba1dceb2d5cd8a2434852d50a0277435b 100644 (file)
@@ -12,7 +12,7 @@ SRC_URI = "git://git.videolan.org/x264.git \
            file://don-t-default-to-cortex-a9-with-neon.patch \
            "
 
-SRCREV = "585324fee380109acd9986388f857f413a60b896"
+SRCREV = "ffc3ad4945da69f3caa2b40e4eed715a9a8d9526"
 
 PV = "r2265+git${SRCPV}"