diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-05-20 16:11:11 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-22 07:24:52 +0100 |
commit | 3d307b57391de8a6420e6124ab08a3a3341512b8 (patch) | |
tree | e8cc10a0a99fbd711008ef91c61aab74db2af90e /meta/recipes-multimedia/x264 | |
parent | 159736c28706d73b3949aa5edfb3beec897a7267 (diff) | |
download | poky-3d307b57391de8a6420e6124ab08a3a3341512b8.tar.gz |
x264: upgrade to latest revision
(From OE-Core rev: 12d58ae866a64ce0497a4f9ee906ba07cb04e48a)
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 34c7dc4f78..f22930a0ee 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 = "0a84d986e7020f8344f00752e3600b9769cc1e85" | 17 | SRCREV = "72db437770fd1ce3961f624dd57a8e75ff65ae0b" |
18 | 18 | ||
19 | PV = "r2917+git${SRCPV}" | 19 | PV = "r2917+git${SRCPV}" |
20 | 20 | ||