[oe-commits] [openembedded-core] 04/17: gstreamer1.0-plugins-base: upgrade 1.14.1 -> 1.14.2

git at git.openembedded.org git at git.openembedded.org
Thu Aug 9 22:54:39 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 132950e13753b037f30dc92157e80b57d988da3a
Author: Anuj Mittal <anuj.mittal at intel.com>
AuthorDate: Wed Aug 8 15:15:06 2018 +0800

    gstreamer1.0-plugins-base: upgrade 1.14.1 -> 1.14.2
    
    Signed-off-by: Anuj Mittal <anuj.mittal at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 ...001-Makefile.am-don-t-hardcode-libtool-name-when-running.patch | 8 ++++----
 ...plugins-base_1.14.1.bb => gstreamer1.0-plugins-base_1.14.2.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 128c7f8..bcada34 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 @@
-From 4d6ea58f96b9744af8d899ddca22c2695ac74b5b Mon Sep 17 00:00:00 2001
+From 7022b87353a37b78bae7cf0106a4e47913bb5c97 Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <alex.kanavin at gmail.com>
 Date: Thu, 5 Apr 2018 10:15:08 +0800
 Subject: [PATCH] Makefile.am: don't hardcode libtool name when running
@@ -62,14 +62,14 @@ index 2922245..7fb65f2 100644
  		--pkg gstreamer-base- at GST_API_VERSION@ \
  		--pkg-export gstreamer-audio- at GST_API_VERSION@ \
 diff --git a/gst-libs/gst/gl/Makefile.am b/gst-libs/gst/gl/Makefile.am
-index a3bbc94..16f829f 100644
+index 4e77e8c..3276d7f 100644
 --- a/gst-libs/gst/gl/Makefile.am
 +++ b/gst-libs/gst/gl/Makefile.am
-@@ -192,7 +192,7 @@ GstGL- at GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstgl- at GST_API_VERSION@
+@@ -193,7 +193,7 @@ GstGL- at GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstgl- at GST_API_VERSION@
  		--include=Gst- at GST_API_VERSION@ \
  		--include=GstBase- at GST_API_VERSION@ \
  		--include=GstVideo- at GST_API_VERSION@ \
--		--libtool="$(top_builddir)/libtool" \
+-		--libtool="${LIBTOOL}" \
 +		--libtool="$(LIBTOOL)" \
  		--pkg gstreamer- at GST_API_VERSION@ \
  		--pkg gstreamer-base- at 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
similarity index 96%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.1.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.2.bb
index 17f234e..dcea789 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 = " \
             file://0011-gl-Add-switches-for-explicitely-enabling-disabling-P.patch \
             file://link-with-libvchostif.patch \
             "
-SRC_URI[md5sum] = "c42154ab6f85c59f0e449d8d7e290342"
-SRC_URI[sha256sum] = "1026c7c3082d825d9b5d034c1a6dd8a4ebab60eb3738b0a0afde4ad2dc0b0db5"
+SRC_URI[md5sum] = "8bc790d623350cd8eac68d3a13d79f7d"
+SRC_URI[sha256sum] = "a4b7e80ba869f599307449b17c9e00b5d1e94d3ba1d8a1a386b8770b2ef01c7c"
 
 S = "${WORKDIR}/gst-plugins-base-${PV}"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list