diff options
author | Carlos Rafael Giani <dv@pseudoterminal.org> | 2018-09-26 19:42:34 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-08 20:12:04 +0000 |
commit | 3396554efc6853949039090dce56bd26ec1a932c (patch) | |
tree | 59200380d5fd3d33529b561454f0d7a8fabd1265 | |
parent | 96442dab95a24d8716d12cf1e8fce3921a600d55 (diff) | |
download | openembedded-core-3396554efc6853949039090dce56bd26ec1a932c.tar.gz openembedded-core-3396554efc6853949039090dce56bd26ec1a932c.tar.bz2 openembedded-core-3396554efc6853949039090dce56bd26ec1a932c.zip |
gstreamer1.0-plugin-base: upgrade to version 1.14.3
(From OE-Core rev: df2a0fd27a23ece636c018d007e2dcf9343fb7a8)
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-base_1.14.3.bb (renamed from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.3.bb index dcea789192..a6a7c8d473 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.3.bb @@ -21,8 +21,8 @@ SRC_URI = " \ file://0011-gl-Add-switches-for-explicitely-enabling-disabling-P.patch \ file://link-with-libvchostif.patch \ " -SRC_URI[md5sum] = "8bc790d623350cd8eac68d3a13d79f7d" -SRC_URI[sha256sum] = "a4b7e80ba869f599307449b17c9e00b5d1e94d3ba1d8a1a386b8770b2ef01c7c" +SRC_URI[md5sum] = "2ba8eaef8a249c0fddb37f21e2912e16" +SRC_URI[sha256sum] = "f0b319c36be0ffc2a00380c77ba269cdf04e2b39bbc49d30b641fc35aa0b7952" S = "${WORKDIR}/gst-plugins-base-${PV}" |