diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-06-09 17:24:30 +0100 |
---|---|---|
committer | Eric Bénard <eric@eukrea.com> | 2014-07-31 20:01:43 +0200 |
commit | 237daf836a700d55c95c095a90d249d1fa37b389 (patch) | |
tree | fc1f9c02519c97121cb7c72fcd0ea723a9f337f5 /meta-oe/recipes-multimedia/x264/x264_git.bb | |
parent | 70ebe86f193decd17d6295bcd4d4e5589585c0cc (diff) | |
download | meta-openembedded-contrib-jansa/dylan-backports.tar.gz |
x264: fix SRCREV after upstream repository changejansa/dylan-backportsjansa/dylan
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@linux.intel.com>
Diffstat (limited to 'meta-oe/recipes-multimedia/x264/x264_git.bb')
-rw-r--r-- | meta-oe/recipes-multimedia/x264/x264_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-multimedia/x264/x264_git.bb b/meta-oe/recipes-multimedia/x264/x264_git.bb index c767ffd6bb..4da24cc150 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" |