summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-Makefile.am-don-t-hardcode-libtool-name-when-running.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-Makefile.am-don-t-hardcode-libtool-name-when-running.patch')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-Makefile.am-don-t-hardcode-libtool-name-when-running.patch43
1 files changed, 0 insertions, 43 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-Makefile.am-don-t-hardcode-libtool-name-when-running.patch b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-Makefile.am-don-t-hardcode-libtool-name-when-running.patch
deleted file mode 100644
index 05b991a8f0..0000000000
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-Makefile.am-don-t-hardcode-libtool-name-when-running.patch
+++ /dev/null
@@ -1,43 +0,0 @@
1From 7d8e8b8bcce34d01fc7ad7285b4eb17ad8949399 Mon Sep 17 00:00:00 2001
2From: Anuj Mittal <anuj.mittal@intel.com>
3Date: Wed, 11 Apr 2018 11:06:39 +0800
4Subject: [PATCH] Makefile.am: don't hardcode libtool name when running
5 introspection tools
6
7Upstream-Status: Pending [review on oe-core list]
8Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
9Signed-off-by: Maxin B. John <maxin.john@intel.com>
10---
11 gst-libs/gst/insertbin/Makefile.am | 2 +-
12 gst-libs/gst/mpegts/Makefile.am | 2 +-
13 2 files changed, 2 insertions(+), 2 deletions(-)
14
15diff --git a/gst-libs/gst/insertbin/Makefile.am b/gst-libs/gst/insertbin/Makefile.am
16index 1f8ea30..4b98ef6 100644
17--- a/gst-libs/gst/insertbin/Makefile.am
18+++ b/gst-libs/gst/insertbin/Makefile.am
19@@ -45,7 +45,7 @@ GstInsertBin-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstinsertbin-@GS
20 --library=libgstinsertbin-@GST_API_VERSION@.la \
21 --include=Gst-@GST_API_VERSION@ \
22 --include=GstBase-@GST_API_VERSION@ \
23- --libtool="$(top_builddir)/libtool" \
24+ --libtool="$(LIBTOOL)" \
25 --pkg gstreamer-@GST_API_VERSION@ \
26 --pkg gstreamer-base-@GST_API_VERSION@ \
27 --pkg-export gstreamer-insertbin-@GST_API_VERSION@ \
28diff --git a/gst-libs/gst/mpegts/Makefile.am b/gst-libs/gst/mpegts/Makefile.am
29index f264e33..9934a4d 100644
30--- a/gst-libs/gst/mpegts/Makefile.am
31+++ b/gst-libs/gst/mpegts/Makefile.am
32@@ -82,7 +82,7 @@ GstMpegts-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstmpegts-@GST_API_
33 --add-include-path=`PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" $(PKG_CONFIG) --variable=girdir gstreamer-video-@GST_API_VERSION@` \
34 --library=libgstmpegts-@GST_API_VERSION@.la \
35 --include=Gst-@GST_API_VERSION@ \
36- --libtool="$(top_builddir)/libtool" \
37+ --libtool="$(LIBTOOL)" \
38 --pkg gstreamer-@GST_API_VERSION@ \
39 --pkg gstreamer-video-@GST_API_VERSION@ \
40 --pkg-export gstreamer-mpegts-@GST_API_VERSION@ \
41--
422.7.4
43