diff options
author | Khem Raj <raj.khem@gmail.com> | 2014-05-28 22:22:54 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-03 16:45:05 +0100 |
commit | b193c7f251542aa76cb5a4d6dcb71d15b27005eb (patch) | |
tree | 5513d3b475467015166ed0fd7177faafbec9bd83 /meta/recipes-multimedia/x264 | |
parent | 4b41f4199d77144a629897173cff3d1efcfa85f9 (diff) | |
download | openembedded-core-contrib-b193c7f251542aa76cb5a4d6dcb71d15b27005eb.tar.gz |
x264: Update SRCREV to match commit in upstream git repo
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>
Diffstat (limited to 'meta/recipes-multimedia/x264')
-rw-r--r-- | meta/recipes-multimedia/x264/x264_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/x264/x264_git.bb b/meta/recipes-multimedia/x264/x264_git.bb index d192c30fd24..0e856b3ba1d 100644 --- a/meta/recipes-multimedia/x264/x264_git.bb +++ b/meta/recipes-multimedia/x264/x264_git.bb @@ -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}" |