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:49:20 +0100 |
commit | d2e1238fd606192db64189119cd52ba323654add (patch) | |
tree | 05b4660eaf5ded31e124c2a68be974bbb13d7294 | |
parent | d047de7ca778465eb0847566b9896ff17f847f49 (diff) | |
download | poky-d2e1238fd606192db64189119cd52ba323654add.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
(From OE-Core rev: b193c7f251542aa76cb5a4d6dcb71d15b27005eb)
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>
-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 d192c30fd2..0e856b3ba1 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 \ | |||
12 | file://don-t-default-to-cortex-a9-with-neon.patch \ | 12 | file://don-t-default-to-cortex-a9-with-neon.patch \ |
13 | " | 13 | " |
14 | 14 | ||
15 | SRCREV = "585324fee380109acd9986388f857f413a60b896" | 15 | SRCREV = "ffc3ad4945da69f3caa2b40e4eed715a9a8d9526" |
16 | 16 | ||
17 | PV = "r2265+git${SRCPV}" | 17 | PV = "r2265+git${SRCPV}" |
18 | 18 | ||