mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-10-22 15:03:59 +02:00
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@linux.intel.com>
This commit is contained in:
parent
cb182019c4
commit
ac1fad4821
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user