diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-06-22 13:21:25 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-26 11:27:17 +0100 |
commit | 0223d825620289105ff2f35fd4b20ae06dc1209b (patch) | |
tree | 36bfad66eed84533bad97e332a84a09357e98a08 /meta/recipes-multimedia | |
parent | 434c0f989b798bae0e0dfde8b8da1c65fdfcc0e8 (diff) | |
download | poky-0223d825620289105ff2f35fd4b20ae06dc1209b.tar.gz |
x264: upgrade to latest revision
(From OE-Core rev: dbf31657f0ef219fa38b4d0b59ae687ea5a2982e)
(From OE-Core rev: 6ff904dc94c8bb8b7b4923617769f26f3b3be063)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-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 81354a8fd3..902396e4bf 100644 --- a/meta/recipes-multimedia/x264/x264_git.bb +++ b/meta/recipes-multimedia/x264/x264_git.bb | |||
@@ -14,7 +14,7 @@ SRC_URI = "git://github.com/mirror/x264;branch=stable \ | |||
14 | " | 14 | " |
15 | UPSTREAM_CHECK_COMMITS = "1" | 15 | UPSTREAM_CHECK_COMMITS = "1" |
16 | 16 | ||
17 | SRCREV = "55d517bc4569272a2c9a367a4106c234aba2ffbc" | 17 | SRCREV = "5db6aa6cab1b146e07b60cc1736a01f21da01154" |
18 | 18 | ||
19 | PV = "r3039+git${SRCPV}" | 19 | PV = "r3039+git${SRCPV}" |
20 | 20 | ||