summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server/0001-Don-t-hardcode-libtool-name-when-using-introspection.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server/0001-Don-t-hardcode-libtool-name-when-using-introspection.patch')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server/0001-Don-t-hardcode-libtool-name-when-using-introspection.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server/0001-Don-t-hardcode-libtool-name-when-using-introspection.patch b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server/0001-Don-t-hardcode-libtool-name-when-using-introspection.patch
new file mode 100644
index 0000000000..89d6384adb
--- /dev/null
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server/0001-Don-t-hardcode-libtool-name-when-using-introspection.patch
@@ -0,0 +1,27 @@
1From 4a12569e5ae5be63cd92a9b178860026a99746b1 Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Tue, 27 Oct 2015 16:55:45 +0200
4Subject: [PATCH] Don't hardcode libtool name when using introspection
5
6Upstream-Status: Pending [review on oe-core maillist]
7Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
8---
9 gst/rtsp-server/Makefile.am | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12diff --git a/gst/rtsp-server/Makefile.am b/gst/rtsp-server/Makefile.am
13index 4fcd366..c67f5ab 100644
14--- a/gst/rtsp-server/Makefile.am
15+++ b/gst/rtsp-server/Makefile.am
16@@ -87,7 +87,7 @@ GstRtspServer-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstrtspserver-@
17 --include=Gst-@GST_API_VERSION@ \
18 --include=GstRtsp-@GST_API_VERSION@ \
19 --include=GstNet-@GST_API_VERSION@ \
20- --libtool="$(top_builddir)/libtool" \
21+ --libtool="$(LIBTOOL)" \
22 --pkg gstreamer-@GST_API_VERSION@ \
23 --pkg gstreamer-rtsp-@GST_API_VERSION@ \
24 --pkg gstreamer-net-@GST_API_VERSION@ \
25--
262.1.4
27