diff options
author | Carlos Rafael Giani <crg7475@mailbox.org> | 2019-10-22 16:59:16 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-04 13:39:04 +0000 |
commit | d3f5986a2e7216652956e5dcdf303257ecc50ed7 (patch) | |
tree | c5706caa8cb5a176322e1832ee28932faf7afbca /meta/recipes-multimedia/gstreamer | |
parent | 55d33e6f76fc57ed397834328a57b913fd930364 (diff) | |
download | poky-d3f5986a2e7216652956e5dcdf303257ecc50ed7.tar.gz |
gstreamer1.0: upgrade to version 1.16.1
(From OE-Core rev: a24bab31cbe3a1341044a462000bf6cc088d9bc4)
Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0_1.16.1.bb (renamed from meta/recipes-multimedia/gstreamer/gstreamer1.0_1.16.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.16.0.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.16.1.bb index da2d14cd99..d77c8aa198 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.16.0.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.16.1.bb | |||
@@ -27,8 +27,8 @@ SRC_URI = " \ | |||
27 | file://add-a-target-to-compile-tests.patch \ | 27 | file://add-a-target-to-compile-tests.patch \ |
28 | file://run-ptest \ | 28 | file://run-ptest \ |
29 | " | 29 | " |
30 | SRC_URI[md5sum] = "862b7e4263d946bc2ef31b3c582e5587" | 30 | SRC_URI[md5sum] = "c505fb818b36988daaa846e9e63eabe8" |
31 | SRC_URI[sha256sum] = "0e8e2f7118be437cba879353970cf83c2acced825ecb9275ba05d9186ef07c00" | 31 | SRC_URI[sha256sum] = "02211c3447c4daa55919c5c0f43a82a6fbb51740d57fc3af0639d46f1cf4377d" |
32 | 32 | ||
33 | PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \ | 33 | PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \ |
34 | " | 34 | " |