diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2018-05-25 14:20:04 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-18 11:07:57 +0100 |
commit | c9bd85d50385cfa9a18714829a1ed32ed0cf97e4 (patch) | |
tree | 31b3063855a939b7248047efe1309ff3b13ea138 /meta/recipes-multimedia | |
parent | 760127420cec852da7e8e72661c9ff70fa1c97c5 (diff) | |
download | poky-c9bd85d50385cfa9a18714829a1ed32ed0cf97e4.tar.gz |
gstreamer1.0: upgrade 1.14.0 -> 1.14.1
(From OE-Core rev: 82e2deb1eee76c10cf5f2785a8b0198276e0d854)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0_1.14.1.bb (renamed from meta/recipes-multimedia/gstreamer/gstreamer1.0_1.14.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.14.0.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.14.1.bb index 5ce9f24efe..e9cd74cef7 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.14.0.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.14.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] = "63c7cbfb86aa28c4522e374dc5555b96" | 30 | SRC_URI[md5sum] = "c46967bd2b7b6b73fa4f47de61610243" |
31 | SRC_URI[sha256sum] = "fc361367f0d4b780a868a8833f9f30b9c9f4ac9faea4e6b251db8b4b0398466e" | 31 | SRC_URI[sha256sum] = "28d82b0d261544a9bf85b429399929e4986eb00efcf1ce16cc71d269a4c3186c" |
32 | 32 | ||
33 | PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \ | 33 | PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \ |
34 | " | 34 | " |