summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-Revert-an-incomplete-upstream-attempt-at-cross-compi.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-Revert-an-incomplete-upstream-attempt-at-cross-compi.patch')
-rw-r--r--meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-Revert-an-incomplete-upstream-attempt-at-cross-compi.patch12
1 files changed, 5 insertions, 7 deletions
diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-Revert-an-incomplete-upstream-attempt-at-cross-compi.patch b/meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-Revert-an-incomplete-upstream-attempt-at-cross-compi.patch
index 9abaea7e7f..86cd4ead2a 100644
--- a/meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-Revert-an-incomplete-upstream-attempt-at-cross-compi.patch
+++ b/meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-Revert-an-incomplete-upstream-attempt-at-cross-compi.patch
@@ -1,11 +1,12 @@
1From 3a9d1e5ee0aae56fafec0beba2014c19e4ff310c Mon Sep 17 00:00:00 2001 1From ca0fb17e268c176ac89df081b1efa4a42989f014 Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com> 2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Wed, 23 Mar 2016 17:07:28 +0200 3Date: Wed, 23 Mar 2016 17:07:28 +0200
4Subject: [PATCH 1/5] Revert an incomplete upstream attempt at cross-compile 4Subject: [PATCH] Revert an incomplete upstream attempt at cross-compile
5 support 5 support
6 6
7Upstream-Status: Pending 7Upstream-Status: Pending
8Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> 8Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
9
9--- 10---
10 common.mk | 4 ---- 11 common.mk | 4 ----
11 giscanner/gdumpparser.py | 6 ------ 12 giscanner/gdumpparser.py | 6 ------
@@ -29,10 +30,10 @@ index b778f7a..e26c637 100644
29 30
30 INTROSPECTION_COMPILER_ARGS = \ 31 INTROSPECTION_COMPILER_ARGS = \
31diff --git a/giscanner/gdumpparser.py b/giscanner/gdumpparser.py 32diff --git a/giscanner/gdumpparser.py b/giscanner/gdumpparser.py
32index 1134f33..9bdc2bc 100644 33index cd9d94d..b41772c 100644
33--- a/giscanner/gdumpparser.py 34--- a/giscanner/gdumpparser.py
34+++ b/giscanner/gdumpparser.py 35+++ b/giscanner/gdumpparser.py
35@@ -162,12 +162,6 @@ blob containing data gleaned from GObject's primitive introspection.""" 36@@ -161,12 +161,6 @@ blob containing data gleaned from GObject's primitive introspection."""
36 out_path = os.path.join(self._binary.tmpdir, 'dump.xml') 37 out_path = os.path.join(self._binary.tmpdir, 'dump.xml')
37 38
38 args = [] 39 args = []
@@ -45,6 +46,3 @@ index 1134f33..9bdc2bc 100644
45 args.extend(self._binary.args) 46 args.extend(self._binary.args)
46 args.append('--introspect-dump=%s,%s' % (in_path, out_path)) 47 args.append('--introspect-dump=%s,%s' % (in_path, out_path))
47 48
48--
492.7.0
50