diff options
author | Carlos Rafael Giani <dv@pseudoterminal.org> | 2018-09-26 19:42:37 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-11-19 17:03:24 +0000 |
commit | 8f99a4734702ab57886d56ba56b440cce4768cee (patch) | |
tree | 146667bc8c4ed35dd8ceb0a3cd34c9cdb87d64b9 | |
parent | cd3e85374c82711f4cef85e65b06637db4e93ca6 (diff) | |
download | poky-8f99a4734702ab57886d56ba56b440cce4768cee.tar.gz |
gstreamer1.0-plugin-ugly: upgrade to version 1.14.3
(From OE-Core rev: aedec50bc8fb2ddcd1ea7cadbdd07f9d103840aa)
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>
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.14.3.bb (renamed from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.14.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.14.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.14.3.bb index 0197269468..93ad400a93 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.14.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.14.3.bb | |||
@@ -10,8 +10,8 @@ SRC_URI = " \ | |||
10 | http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-${PV}.tar.xz \ | 10 | http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-${PV}.tar.xz \ |
11 | file://0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch \ | 11 | file://0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch \ |
12 | " | 12 | " |
13 | SRC_URI[md5sum] = "ea0a800c6421c3c3cdbed3d040b8ffd3" | 13 | SRC_URI[md5sum] = "4b23a9a9675ff62c83b117b519f10951" |
14 | SRC_URI[sha256sum] = "55e097d9d93921fdcf7abb0ff92d23b21dd9098e632f1ba433603b3bd1cf3d69" | 14 | SRC_URI[sha256sum] = "43847fc4d1eae26dd48a6a93d0460146f5f0802582a7e8a9cc66f09dcb0b2306" |
15 | 15 | ||
16 | S = "${WORKDIR}/gst-plugins-ugly-${PV}" | 16 | S = "${WORKDIR}/gst-plugins-ugly-${PV}" |
17 | 17 | ||