summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gobject-introspection/gobject-introspection/0002-configure.ac-add-host-gi-gi-cross-wrapper-gi-ldd-wra.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome/gobject-introspection/gobject-introspection/0002-configure.ac-add-host-gi-gi-cross-wrapper-gi-ldd-wra.patch')
-rw-r--r--meta/recipes-gnome/gobject-introspection/gobject-introspection/0002-configure.ac-add-host-gi-gi-cross-wrapper-gi-ldd-wra.patch43
1 files changed, 22 insertions, 21 deletions
diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection/0002-configure.ac-add-host-gi-gi-cross-wrapper-gi-ldd-wra.patch b/meta/recipes-gnome/gobject-introspection/gobject-introspection/0002-configure.ac-add-host-gi-gi-cross-wrapper-gi-ldd-wra.patch
index c682b42af6..03ef2b0059 100644
--- a/meta/recipes-gnome/gobject-introspection/gobject-introspection/0002-configure.ac-add-host-gi-gi-cross-wrapper-gi-ldd-wra.patch
+++ b/meta/recipes-gnome/gobject-introspection/gobject-introspection/0002-configure.ac-add-host-gi-gi-cross-wrapper-gi-ldd-wra.patch
@@ -1,8 +1,8 @@
1From b1503fe2693d602b3e24e4b832dc0934960d5d22 Mon Sep 17 00:00:00 2001 1From a28cc8413b68bec5b4cf2ee5f37b40a8965490a5 Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com> 2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Mon, 19 Oct 2015 18:29:21 +0300 3Date: Mon, 19 Oct 2015 18:29:21 +0300
4Subject: [PATCH 2/5] configure.ac: add host-gi, gi-cross-wrapper, 4Subject: [PATCH] configure.ac: add host-gi, gi-cross-wrapper, gi-ldd-wrapper
5 gi-ldd-wrapper and introspection-data options 5 and introspection-data options
6 6
7With the first option, gobject-introspection tools (g-ir-doc-tool and g-ir-scanner) 7With the first option, gobject-introspection tools (g-ir-doc-tool and g-ir-scanner)
8that are already installed in the host system will be used for building the source tree. 8that are already installed in the host system will be used for building the source tree.
@@ -25,6 +25,7 @@ These options are useful when cross-compiling for a different target architectur
25 25
26Upstream-Status: Pending [review on oe-core list] 26Upstream-Status: Pending [review on oe-core list]
27Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> 27Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
28
28--- 29---
29 Makefile.am | 2 ++ 30 Makefile.am | 2 ++
30 common.mk | 39 +++++++++++++++++++++++++++++++++++++++ 31 common.mk | 39 +++++++++++++++++++++++++++++++++++++++
@@ -32,10 +33,10 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
32 tests/Makefile.am | 5 ++++- 33 tests/Makefile.am | 5 ++++-
33 4 files changed, 87 insertions(+), 1 deletion(-) 34 4 files changed, 87 insertions(+), 1 deletion(-)
34 35
35Index: gobject-introspection-1.52.1/Makefile.am 36diff --git a/Makefile.am b/Makefile.am
36=================================================================== 37index 44ed115..2a1fa56 100644
37--- gobject-introspection-1.52.1.orig/Makefile.am 38--- a/Makefile.am
38+++ gobject-introspection-1.52.1/Makefile.am 39+++ b/Makefile.am
39@@ -21,7 +21,9 @@ include Makefile-cmph.am 40@@ -21,7 +21,9 @@ include Makefile-cmph.am
40 include Makefile-girepository.am 41 include Makefile-girepository.am
41 include Makefile-giscanner.am 42 include Makefile-giscanner.am
@@ -44,12 +45,12 @@ Index: gobject-introspection-1.52.1/Makefile.am
44 include Makefile-gir.am 45 include Makefile-gir.am
45+endif 46+endif
46 include Makefile-tools.am 47 include Makefile-tools.am
47 include Makefile-msvcproj.am
48 48
49Index: gobject-introspection-1.52.1/common.mk 49 ## Process this file with automake to produce Makefile.in
50=================================================================== 50diff --git a/common.mk b/common.mk
51--- gobject-introspection-1.52.1.orig/common.mk 51index e26c637..9f3a65f 100644
52+++ gobject-introspection-1.52.1/common.mk 52--- a/common.mk
53+++ b/common.mk
53@@ -6,6 +6,15 @@ 54@@ -6,6 +6,15 @@
54 # module itself. 55 # module itself.
55 # 56 #
@@ -130,11 +131,11 @@ Index: gobject-introspection-1.52.1/common.mk
130 131
131 INTROSPECTION_DOCTOOL_ARGS = \ 132 INTROSPECTION_DOCTOOL_ARGS = \
132 --add-include-path=$(srcdir) \ 133 --add-include-path=$(srcdir) \
133Index: gobject-introspection-1.52.1/configure.ac 134diff --git a/configure.ac b/configure.ac
134=================================================================== 135index d48e6c3..ed5f8a2 100644
135--- gobject-introspection-1.52.1.orig/configure.ac 136--- a/configure.ac
136+++ gobject-introspection-1.52.1/configure.ac 137+++ b/configure.ac
137@@ -366,6 +366,48 @@ dnl 138@@ -367,6 +367,48 @@ dnl
138 AM_CONDITIONAL(MSVC_BASE_NO_TOOLSET_SET, [test x$MSVC_BASE_TOOLSET = x]) 139 AM_CONDITIONAL(MSVC_BASE_NO_TOOLSET_SET, [test x$MSVC_BASE_TOOLSET = x])
139 AM_CONDITIONAL(MSVC_NO_TOOLSET_SET, [test x$MSVC_TOOLSET = x]) 140 AM_CONDITIONAL(MSVC_NO_TOOLSET_SET, [test x$MSVC_TOOLSET = x])
140 141
@@ -183,10 +184,10 @@ Index: gobject-introspection-1.52.1/configure.ac
183 AC_CONFIG_FILES([ 184 AC_CONFIG_FILES([
184 Makefile 185 Makefile
185 tests/Makefile 186 tests/Makefile
186Index: gobject-introspection-1.52.1/tests/Makefile.am 187diff --git a/tests/Makefile.am b/tests/Makefile.am
187=================================================================== 188index 4bdb9c3..10b0f27 100644
188--- gobject-introspection-1.52.1.orig/tests/Makefile.am 189--- a/tests/Makefile.am
189+++ gobject-introspection-1.52.1/tests/Makefile.am 190+++ b/tests/Makefile.am
190@@ -1,6 +1,9 @@ 191@@ -1,6 +1,9 @@
191 include $(top_srcdir)/common.mk 192 include $(top_srcdir)/common.mk
192 193