diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2018-11-27 16:55:17 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-08 20:12:05 +0000 |
commit | d91ae9f5bf03c4880510093da5fc621b95d069c9 (patch) | |
tree | 0c8b603c8f02673269b774895cdfd5ff429c7eb4 | |
parent | 76ac5c6154e0f6531b3a35ad7d460e606d54f16f (diff) | |
download | openembedded-core-d91ae9f5bf03c4880510093da5fc621b95d069c9.tar.gz openembedded-core-d91ae9f5bf03c4880510093da5fc621b95d069c9.tar.bz2 openembedded-core-d91ae9f5bf03c4880510093da5fc621b95d069c9.zip |
gstreamer1.0-plugins-bad: upgrade 1.14.3 -> 1.14.4
(From OE-Core rev: 74d9bd02f41d555317eef6b82e94f351ffc61529)
Signed-off-by: Anuj Mittal <anuj.mittal@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.4.bb (renamed from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.3.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.4.bb index 996a7490fb..8c7c235fd1 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.3.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.4.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] = "caddacfa4ffff2b3171961ad278507c2" -SRC_URI[sha256sum] = "b2224e5d9c1b85ad51233f6135524bb9e16a9172d395edc79c73b89094659fd5" +SRC_URI[md5sum] = "5d20a91d027708abcf924f6c1279dd25" +SRC_URI[sha256sum] = "910b4e0e2e897e8b6d06767af1779d70057c309f67292f485ff988d087aa0de5" S = "${WORKDIR}/gst-plugins-bad-${PV}" |