diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2018-08-08 15:15:06 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-09 23:47:55 +0100 |
commit | 0f644c05dc51b1f32fab4f8997eed1a3be645a01 (patch) | |
tree | c5184b0c11a6d0c9475ca17eec15e2a565a3606c /meta/recipes-multimedia/gstreamer | |
parent | 517b65ec07625a328e6f66f4e53dcb78c0e5ec80 (diff) | |
download | poky-0f644c05dc51b1f32fab4f8997eed1a3be645a01.tar.gz |
gstreamer1.0-plugins-base: upgrade 1.14.1 -> 1.14.2
(From OE-Core rev: 132950e13753b037f30dc92157e80b57d988da3a)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0001-Makefile.am-don-t-hardcode-libtool-name-when-running.patch | 8 | ||||
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.2.bb (renamed from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.1.bb) | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0001-Makefile.am-don-t-hardcode-libtool-name-when-running.patch b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0001-Makefile.am-don-t-hardcode-libtool-name-when-running.patch index 128c7f8cb6..bcada34c40 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0001-Makefile.am-don-t-hardcode-libtool-name-when-running.patch +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0001-Makefile.am-don-t-hardcode-libtool-name-when-running.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 4d6ea58f96b9744af8d899ddca22c2695ac74b5b Mon Sep 17 00:00:00 2001 | 1 | From 7022b87353a37b78bae7cf0106a4e47913bb5c97 Mon Sep 17 00:00:00 2001 |
2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> |
3 | Date: Thu, 5 Apr 2018 10:15:08 +0800 | 3 | Date: Thu, 5 Apr 2018 10:15:08 +0800 |
4 | Subject: [PATCH] Makefile.am: don't hardcode libtool name when running | 4 | Subject: [PATCH] Makefile.am: don't hardcode libtool name when running |
@@ -62,14 +62,14 @@ index 2922245..7fb65f2 100644 | |||
62 | --pkg gstreamer-base-@GST_API_VERSION@ \ | 62 | --pkg gstreamer-base-@GST_API_VERSION@ \ |
63 | --pkg-export gstreamer-audio-@GST_API_VERSION@ \ | 63 | --pkg-export gstreamer-audio-@GST_API_VERSION@ \ |
64 | diff --git a/gst-libs/gst/gl/Makefile.am b/gst-libs/gst/gl/Makefile.am | 64 | diff --git a/gst-libs/gst/gl/Makefile.am b/gst-libs/gst/gl/Makefile.am |
65 | index a3bbc94..16f829f 100644 | 65 | index 4e77e8c..3276d7f 100644 |
66 | --- a/gst-libs/gst/gl/Makefile.am | 66 | --- a/gst-libs/gst/gl/Makefile.am |
67 | +++ b/gst-libs/gst/gl/Makefile.am | 67 | +++ b/gst-libs/gst/gl/Makefile.am |
68 | @@ -192,7 +192,7 @@ GstGL-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstgl-@GST_API_VERSION@ | 68 | @@ -193,7 +193,7 @@ GstGL-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstgl-@GST_API_VERSION@ |
69 | --include=Gst-@GST_API_VERSION@ \ | 69 | --include=Gst-@GST_API_VERSION@ \ |
70 | --include=GstBase-@GST_API_VERSION@ \ | 70 | --include=GstBase-@GST_API_VERSION@ \ |
71 | --include=GstVideo-@GST_API_VERSION@ \ | 71 | --include=GstVideo-@GST_API_VERSION@ \ |
72 | - --libtool="$(top_builddir)/libtool" \ | 72 | - --libtool="${LIBTOOL}" \ |
73 | + --libtool="$(LIBTOOL)" \ | 73 | + --libtool="$(LIBTOOL)" \ |
74 | --pkg gstreamer-@GST_API_VERSION@ \ | 74 | --pkg gstreamer-@GST_API_VERSION@ \ |
75 | --pkg gstreamer-base-@GST_API_VERSION@ \ | 75 | --pkg gstreamer-base-@GST_API_VERSION@ \ |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.2.bb index 17f234e1db..dcea789192 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.1.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.2.bb | |||
@@ -21,8 +21,8 @@ SRC_URI = " \ | |||
21 | file://0011-gl-Add-switches-for-explicitely-enabling-disabling-P.patch \ | 21 | file://0011-gl-Add-switches-for-explicitely-enabling-disabling-P.patch \ |
22 | file://link-with-libvchostif.patch \ | 22 | file://link-with-libvchostif.patch \ |
23 | " | 23 | " |
24 | SRC_URI[md5sum] = "c42154ab6f85c59f0e449d8d7e290342" | 24 | SRC_URI[md5sum] = "8bc790d623350cd8eac68d3a13d79f7d" |
25 | SRC_URI[sha256sum] = "1026c7c3082d825d9b5d034c1a6dd8a4ebab60eb3738b0a0afde4ad2dc0b0db5" | 25 | SRC_URI[sha256sum] = "a4b7e80ba869f599307449b17c9e00b5d1e94d3ba1d8a1a386b8770b2ef01c7c" |
26 | 26 | ||
27 | S = "${WORKDIR}/gst-plugins-base-${PV}" | 27 | S = "${WORKDIR}/gst-plugins-base-${PV}" |
28 | 28 | ||