diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2020-05-26 04:52:53 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-02 13:32:49 +0100 |
commit | 843515016392363fa5acbb44137a092583dd2324 (patch) | |
tree | efa4bbfd0eeac3663450b56f13737d80ed07d863 /meta/recipes-multimedia | |
parent | c09bd0d9c16e0fe03e76b3c3b824cded45c5bcef (diff) | |
download | poky-843515016392363fa5acbb44137a092583dd2324.tar.gz |
gstreamer1.0-plugins-bad: upgrade 1.16.1 -> 1.16.2
(From OE-Core rev: 06a6dc2355463568e8e0979bffe4899b916726df)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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-plugins-bad_1.16.2.bb (renamed from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.2.bb index 1731be8441..756b823e7d 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.1.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.2.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] = "24d4d30ecc67d5cbc77c0475bcea1210" | 11 | SRC_URI[md5sum] = "ccc7404230afddec723bbdb63c89feec" |
12 | SRC_URI[sha256sum] = "56481c95339b8985af13bac19b18bc8da7118c2a7d9440ed70e7dcd799c2adb5" | 12 | SRC_URI[sha256sum] = "f1cb7aa2389569a5343661aae473f0a940a90b872001824bc47fa8072a041e74" |
13 | 13 | ||
14 | S = "${WORKDIR}/gst-plugins-bad-${PV}" | 14 | S = "${WORKDIR}/gst-plugins-bad-${PV}" |
15 | 15 | ||