diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2018-08-08 15:15:09 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-09 23:47:47 +0100 |
commit | b110d58bdee847aae1555416f0e0639914fbfd95 (patch) | |
tree | 92ad0c9eadfb2b2c2b453b665cb3374c0e820fee | |
parent | 92619c2444df4297d515fa58ff65cc270c3711b3 (diff) | |
download | openembedded-core-b110d58bdee847aae1555416f0e0639914fbfd95.tar.gz |
gstreamer1.0-plugins-ugly: upgrade 1.14.1 -> 1.14.2
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.14.2.bb (renamed from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.14.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.14.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.14.2.bb index d9d636ad0b..0197269468 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.14.1.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.14.2.bb @@ -10,8 +10,8 @@ SRC_URI = " \ http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-${PV}.tar.xz \ file://0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch \ " -SRC_URI[md5sum] = "d1563f5dc0508afc6f8b261324d765d9" -SRC_URI[sha256sum] = "cff2430bb13f54ef81409a0b3d65ce409a376d4a7bab57a14a97d602539fe1d3" +SRC_URI[md5sum] = "ea0a800c6421c3c3cdbed3d040b8ffd3" +SRC_URI[sha256sum] = "55e097d9d93921fdcf7abb0ff92d23b21dd9098e632f1ba433603b3bd1cf3d69" S = "${WORKDIR}/gst-plugins-ugly-${PV}" |