diff options
author | Carlos Rafael Giani <dv@pseudoterminal.org> | 2018-09-26 19:42:33 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-08 20:14:42 +0000 |
commit | 0fee785a139be63c67bc599025995567cddf4537 (patch) | |
tree | 619822f5d3566e09ab619e97d5e66a49bb73b95e /meta | |
parent | 99c989b2504e1863cabd4b40d20786c01b957fa1 (diff) | |
download | poky-0fee785a139be63c67bc599025995567cddf4537.tar.gz |
gstreamer1.0: upgrade to version 1.14.3
(From OE-Core rev: fb840932018cb449ee96904b8a2f17e7693a5669)
(From OE-Core rev: 96442dab95a24d8716d12cf1e8fce3921a600d55)
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0_1.14.3.bb (renamed from meta/recipes-multimedia/gstreamer/gstreamer1.0_1.14.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.14.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.14.3.bb index 3a6e53de04..048c074f63 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.14.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.14.3.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] = "9f4177c1752e44cbd72f6311ee61e1ba" | 30 | SRC_URI[md5sum] = "c790c0d002164cafe93e67cdf78c8ace" |
31 | SRC_URI[sha256sum] = "4bd6127299f3f29379046bbd58a526e6353b569e0e72f7b4df2ae70df6882e09" | 31 | SRC_URI[sha256sum] = "13ae530eb1d4566c3aa0cff1bbb8e64c643065bb12e2e7c707f311ab4a390456" |
32 | 32 | ||
33 | PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \ | 33 | PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \ |
34 | " | 34 | " |