diff options
author | Carlos Rafael Giani <dv@pseudoterminal.org> | 2018-09-26 19:42:36 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-08 20:12:04 +0000 |
commit | da106910ac04d9bc215378a8b681d2286ab45755 (patch) | |
tree | 8303f6f908ad77e219d3d757a1ee40ad667edad6 | |
parent | b601bde71de9270a6b64112ac128e5178004f65a (diff) | |
download | openembedded-core-da106910ac04d9bc215378a8b681d2286ab45755.tar.gz openembedded-core-da106910ac04d9bc215378a8b681d2286ab45755.tar.bz2 openembedded-core-da106910ac04d9bc215378a8b681d2286ab45755.zip |
gstreamer1.0-plugin-bad: upgrade to version 1.14.3
(From OE-Core rev: 22e124ef0b01c3aae75e8e29a3078cb42a47ae17)
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>
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.3.bb (renamed from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.3.bb index 39546b846a..ef0af7bbdc 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.3.bb @@ -9,8 +9,8 @@ SRC_URI = " \ file://0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch \ file://0001-Makefile.am-don-t-hardcode-libtool-name-when-running.patch \ " -SRC_URI[md5sum] = "76826c564bed5511982d7fb6137d9875" -SRC_URI[sha256sum] = "34fab7da70994465a64468330b2168a4a0ed90a7de7e4c499b6d127c6c1b1eaf" +SRC_URI[md5sum] = "caddacfa4ffff2b3171961ad278507c2" +SRC_URI[sha256sum] = "b2224e5d9c1b85ad51233f6135524bb9e16a9172d395edc79c73b89094659fd5" S = "${WORKDIR}/gst-plugins-bad-${PV}" |