diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2020-02-21 10:01:20 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-21 17:48:08 +0000 |
commit | 52e0a507985ad2dfb844ced714e7fdfb49132e67 (patch) | |
tree | 0e86f5a9705c80bf075d5bc6b8107f776d5e4cfd | |
parent | 27545fb68f127707b09e50e9b60280bbb0e9e6ed (diff) | |
download | poky-52e0a507985ad2dfb844ced714e7fdfb49132e67.tar.gz |
gstreamer1.0-plugins-bad: upgrade 1.16.1 -> 1.16.2
(From OE-Core rev: 14caa7dc99386c543d0793aabf95b9d28d046295)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 024277eeb1..7a227fed51 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://opencv-resolve-missing-opencv-data-dir-in-yocto-buil.patch \ | 9 | file://opencv-resolve-missing-opencv-data-dir-in-yocto-buil.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 | ||