diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-05-05 17:18:42 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-09 23:30:16 +0100 |
commit | 8edb1679242964c5b128a7130e1fc56f962f3b13 (patch) | |
tree | 51187f3cfec7d4a5e467c969aacf165eda694869 /meta/recipes-multimedia/x264 | |
parent | 341796ff8cb228125a2f78d1d7cd8128fa4a4c17 (diff) | |
download | poky-8edb1679242964c5b128a7130e1fc56f962f3b13.tar.gz |
x264: upgrade to latest revision
(From OE-Core rev: 17f18d0aa3a8588717b6b5ae2a2b9c773fbf7863)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.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 f95fb0c41e..81354a8fd3 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 = "544c61f082194728d0391fb280a6e138ba320a96" | 17 | SRCREV = "55d517bc4569272a2c9a367a4106c234aba2ffbc" |
18 | 18 | ||
19 | PV = "r3039+git${SRCPV}" | 19 | PV = "r3039+git${SRCPV}" |
20 | 20 | ||