diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2018-05-25 14:20:08 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-18 11:07:58 +0100 |
commit | 74f7629cf965e13b6b092186f444fa56ba2c63f4 (patch) | |
tree | 2823a9cfd89627555523d6550b7392af6f16db40 /meta/recipes-multimedia | |
parent | 0bdb9262257c977afa8bb99f538de494d938c763 (diff) | |
download | poky-74f7629cf965e13b6b092186f444fa56ba2c63f4.tar.gz |
gstreamer1.0-plugins-ugly: upgrade 1.14.0 -> 1.14.1
Bugfixes only. Please see:
https://gstreamer.freedesktop.org/releases/1.14/#1.14.1
(From OE-Core rev: 23d2fbc5d525b01f426a64055ff86ddc4f3c0026)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.14.1.bb (renamed from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.14.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.14.0.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.14.1.bb index c8f778bff3..d9d636ad0b 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.14.0.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.14.1.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] = "bcb1f8d9339176aee2b5da2a9cb2df88" | 13 | SRC_URI[md5sum] = "d1563f5dc0508afc6f8b261324d765d9" |
14 | SRC_URI[sha256sum] = "3fb9ea5fc8a2de4b3eaec4128d71c6a2d81dd19befe1cd87cb833b98bcb542d1" | 14 | SRC_URI[sha256sum] = "cff2430bb13f54ef81409a0b3d65ce409a376d4a7bab57a14a97d602539fe1d3" |
15 | 15 | ||
16 | S = "${WORKDIR}/gst-plugins-ugly-${PV}" | 16 | S = "${WORKDIR}/gst-plugins-ugly-${PV}" |
17 | 17 | ||