diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2020-02-04 13:47:04 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-05 12:00:34 +0000 |
commit | b5b12cec764fbe8c58c73dde31dea15b7dd28fd4 (patch) | |
tree | c9721ddec73ff1bf7f693059dfd061e6bb6548d3 /meta/recipes-multimedia/x264/x264_git.bb | |
parent | e03c56c30bbed25013323a062aeddd2665710afe (diff) | |
download | poky-b5b12cec764fbe8c58c73dde31dea15b7dd28fd4.tar.gz |
x264: upgrade to latest revision
(From OE-Core rev: f7cc44c98792f7c2f479a9bd86d6ed9c96373c00)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/x264/x264_git.bb')
-rw-r--r-- | meta/recipes-multimedia/x264/x264_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/x264/x264_git.bb b/meta/recipes-multimedia/x264/x264_git.bb index f22930a0ee..39429a8809 100644 --- a/meta/recipes-multimedia/x264/x264_git.bb +++ b/meta/recipes-multimedia/x264/x264_git.bb | |||
@@ -14,9 +14,9 @@ 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 = "72db437770fd1ce3961f624dd57a8e75ff65ae0b" | 17 | SRCREV = "1771b556ee45207f8711744ccbd5d42a3949b14c" |
18 | 18 | ||
19 | PV = "r2917+git${SRCPV}" | 19 | PV = "r2991+git${SRCPV}" |
20 | 20 | ||
21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
22 | 22 | ||