diff options
author | Carlos Rafael Giani <crg7475@mailbox.org> | 2019-10-22 16:59:19 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-04 13:39:05 +0000 |
commit | 95bc12ccfc565b35d7c9ced30c6d0540b298eca9 (patch) | |
tree | 4dfe19356612f9ca664e45db6ae61715a75b50f7 /meta/recipes-multimedia/gstreamer | |
parent | 91efaedc0f639803e3dbd45cbe4e173ac1e84b84 (diff) | |
download | poky-95bc12ccfc565b35d7c9ced30c6d0540b298eca9.tar.gz |
gstreamer1.0-plugins-bad: upgrade to version 1.16.1
(From OE-Core rev: 6a50095119835d37a49428e66039bd908a6edbca)
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-plugins-bad_1.16.1.bb (renamed from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.0.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.1.bb index f9289e92d2..4330c797a2 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.0.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.1.bb | |||
@@ -8,8 +8,8 @@ SRC_URI = " \ | |||
8 | file://ensure-valid-sentinels-for-gst_structure_get-etc.patch \ | 8 | file://ensure-valid-sentinels-for-gst_structure_get-etc.patch \ |
9 | file://0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch \ | 9 | file://0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch \ |
10 | " | 10 | " |
11 | SRC_URI[md5sum] = "e9e562d86c1527c44d904500dd35e326" | 11 | SRC_URI[md5sum] = "24d4d30ecc67d5cbc77c0475bcea1210" |
12 | SRC_URI[sha256sum] = "22139de35626ada6090bdfa3423b27b7fc15a0198331d25c95e6b12cb1072b05" | 12 | SRC_URI[sha256sum] = "56481c95339b8985af13bac19b18bc8da7118c2a7d9440ed70e7dcd799c2adb5" |
13 | 13 | ||
14 | S = "${WORKDIR}/gst-plugins-bad-${PV}" | 14 | S = "${WORKDIR}/gst-plugins-bad-${PV}" |
15 | 15 | ||