summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gobject-introspection
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-06-03 12:14:52 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-04 14:13:34 +0100
commit2a16d50a8effab62b5121ef0e0392e355224ef76 (patch)
tree340a6f54b67d9e8f4f7b4745d50da8a5dec49537 /meta/recipes-gnome/gobject-introspection
parent3b85abf8bd1f9823dd8710a7170936ad588b588f (diff)
downloadpoky-2a16d50a8effab62b5121ef0e0392e355224ef76.tar.gz
gobject-introspection: update to 1.48.0
Add a patch that reverts an incomplete upstream attempt at cross-compile support; upstream has been notified: https://bugzilla.gnome.org/show_bug.cgi?id=696773 (From OE-Core rev: 7070c02c4878f479ae7002184c56b44bc408fb26) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gobject-introspection')
-rw-r--r--meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-Revert-an-incomplete-upstream-attempt-at-cross-compi.patch50
-rw-r--r--meta/recipes-gnome/gobject-introspection/gobject-introspection/0002-configure.ac-add-host-gi-gi-cross-wrapper-gi-ldd-wra.patch (renamed from meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-configure.ac-add-host-gi-gi-cross-wrapper-and-gi-ldd.patch)15
-rw-r--r--meta/recipes-gnome/gobject-introspection/gobject-introspection/0003-giscanner-add-use-binary-wrapper-option.patch (renamed from meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-giscanner-add-use-binary-wrapper-option.patch)13
-rw-r--r--meta/recipes-gnome/gobject-introspection/gobject-introspection/0004-giscanner-add-a-use-ldd-wrapper-option.patch (renamed from meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-giscanner-add-a-use-ldd-wrapper-option.patch)15
-rw-r--r--meta/recipes-gnome/gobject-introspection/gobject-introspection/0005-Prefix-pkg-config-paths-with-PKG_CONFIG_SYSROOT_DIR-.patch (renamed from meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-Prefix-pkg-config-paths-with-PKG_CONFIG_SYSROOT_DIR-.patch)13
-rw-r--r--meta/recipes-gnome/gobject-introspection/gobject-introspection_1.48.0.bb (renamed from meta/recipes-gnome/gobject-introspection/gobject-introspection_1.46.0.bb)15
6 files changed, 84 insertions, 37 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
new file mode 100644
index 0000000000..9abaea7e7f
--- /dev/null
+++ b/meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-Revert-an-incomplete-upstream-attempt-at-cross-compi.patch
@@ -0,0 +1,50 @@
1From 3a9d1e5ee0aae56fafec0beba2014c19e4ff310c Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Wed, 23 Mar 2016 17:07:28 +0200
4Subject: [PATCH 1/5] Revert an incomplete upstream attempt at cross-compile
5 support
6
7Upstream-Status: Pending
8Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
9---
10 common.mk | 4 ----
11 giscanner/gdumpparser.py | 6 ------
12 2 files changed, 10 deletions(-)
13
14diff --git a/common.mk b/common.mk
15index b778f7a..e26c637 100644
16--- a/common.mk
17+++ b/common.mk
18@@ -24,12 +24,8 @@ INTROSPECTION_SCANNER_ARGS = \
19 --add-include-path=$(top_builddir) \
20 --add-include-path=$(top_builddir)/gir
21
22-# GI_CROSS_LAUNCHER is the command to use for executing g-ir-compiler.
23-# Normally will be undefined but can be set (e.g. to wine or qemu)
24-# when cross-compiling
25 INTROSPECTION_COMPILER = \
26 env PATH=".libs:$(PATH)" \
27- $(GI_CROSS_LAUNCHER) \
28 $(top_builddir)/g-ir-compiler$(EXEEXT)
29
30 INTROSPECTION_COMPILER_ARGS = \
31diff --git a/giscanner/gdumpparser.py b/giscanner/gdumpparser.py
32index 1134f33..9bdc2bc 100644
33--- a/giscanner/gdumpparser.py
34+++ b/giscanner/gdumpparser.py
35@@ -162,12 +162,6 @@ blob containing data gleaned from GObject's primitive introspection."""
36 out_path = os.path.join(self._binary.tmpdir, 'dump.xml')
37
38 args = []
39-
40- # Prepend the launcher command and arguments, if defined
41- launcher = os.environ.get('GI_CROSS_LAUNCHER')
42- if launcher:
43- args.extend(launcher.split())
44-
45 args.extend(self._binary.args)
46 args.append('--introspect-dump=%s,%s' % (in_path, out_path))
47
48--
492.7.0
50
diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-configure.ac-add-host-gi-gi-cross-wrapper-and-gi-ldd.patch b/meta/recipes-gnome/gobject-introspection/gobject-introspection/0002-configure.ac-add-host-gi-gi-cross-wrapper-gi-ldd-wra.patch
index 6afefabc73..48a0c85f02 100644
--- a/meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-configure.ac-add-host-gi-gi-cross-wrapper-and-gi-ldd.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 c6e4f83c373b577166a7e46130ce8ff025ee8515 Mon Sep 17 00:00:00 2001 1From b1503fe2693d602b3e24e4b832dc0934960d5d22 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] configure.ac: add host-gi, gi-cross-wrapper, gi-ldd-wrapper 4Subject: [PATCH 2/5] configure.ac: add host-gi, gi-cross-wrapper,
5 and introspection-data options 5 gi-ldd-wrapper 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,7 +25,6 @@ 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
29--- 28---
30 Makefile.am | 2 ++ 29 Makefile.am | 2 ++
31 common.mk | 39 +++++++++++++++++++++++++++++++++++++++ 30 common.mk | 39 +++++++++++++++++++++++++++++++++++++++
@@ -34,7 +33,7 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
34 4 files changed, 87 insertions(+), 1 deletion(-) 33 4 files changed, 87 insertions(+), 1 deletion(-)
35 34
36diff --git a/Makefile.am b/Makefile.am 35diff --git a/Makefile.am b/Makefile.am
37index 437c673..1eb3545 100644 36index b080a89..ce8d29b 100644
38--- a/Makefile.am 37--- a/Makefile.am
39+++ b/Makefile.am 38+++ b/Makefile.am
40@@ -21,7 +21,9 @@ include Makefile-cmph.am 39@@ -21,7 +21,9 @@ include Makefile-cmph.am
@@ -132,10 +131,10 @@ index e26c637..9f3a65f 100644
132 INTROSPECTION_DOCTOOL_ARGS = \ 131 INTROSPECTION_DOCTOOL_ARGS = \
133 --add-include-path=$(srcdir) \ 132 --add-include-path=$(srcdir) \
134diff --git a/configure.ac b/configure.ac 133diff --git a/configure.ac b/configure.ac
135index b11596b..d78ae52 100644 134index 6c91fa5..21340a5 100644
136--- a/configure.ac 135--- a/configure.ac
137+++ b/configure.ac 136+++ b/configure.ac
138@@ -347,6 +347,48 @@ fi 137@@ -360,6 +360,48 @@ fi
139 138
140 AC_SUBST(EXTRA_LINK_FLAGS) 139 AC_SUBST(EXTRA_LINK_FLAGS)
141 140
@@ -200,5 +199,5 @@ index bdd0fa7..75dd3c9 100644
200 EXTRA_DIST= 199 EXTRA_DIST=
201 BUILT_SOURCES= 200 BUILT_SOURCES=
202-- 201--
2032.6.2 2022.7.0
204 203
diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-giscanner-add-use-binary-wrapper-option.patch b/meta/recipes-gnome/gobject-introspection/gobject-introspection/0003-giscanner-add-use-binary-wrapper-option.patch
index e1241a9499..b0d098c9fc 100644
--- a/meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-giscanner-add-use-binary-wrapper-option.patch
+++ b/meta/recipes-gnome/gobject-introspection/gobject-introspection/0003-giscanner-add-use-binary-wrapper-option.patch
@@ -1,7 +1,7 @@
1From 2322f36056265f809aaffb74fcf5ac0c83129752 Mon Sep 17 00:00:00 2001 1From 704b888d0abfb01067352c40156f49f655691c7c 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:26:40 +0300 3Date: Mon, 19 Oct 2015 18:26:40 +0300
4Subject: [PATCH 2/4] giscanner: add --use-binary-wrapper option 4Subject: [PATCH 3/5] giscanner: add --use-binary-wrapper option
5 5
6With this option, giscanner will use a wrapper executable to run 6With this option, giscanner will use a wrapper executable to run
7binaries it's producing, instead of running them directly. This 7binaries it's producing, instead of running them directly. This
@@ -10,16 +10,15 @@ but they can be run using for example QEMU emulation.
10 10
11Upstream-Status: Pending [review on oe-core list] 11Upstream-Status: Pending [review on oe-core list]
12Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> 12Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
13
14--- 13---
15 giscanner/scannermain.py | 14 ++++++++++++++ 14 giscanner/scannermain.py | 14 ++++++++++++++
16 1 file changed, 14 insertions(+) 15 1 file changed, 14 insertions(+)
17 16
18diff --git a/giscanner/scannermain.py b/giscanner/scannermain.py 17diff --git a/giscanner/scannermain.py b/giscanner/scannermain.py
19index b36284d..e37d3e3 100755 18index 633496f..d684cd0 100755
20--- a/giscanner/scannermain.py 19--- a/giscanner/scannermain.py
21+++ b/giscanner/scannermain.py 20+++ b/giscanner/scannermain.py
22@@ -118,6 +118,9 @@ def _get_option_parser(): 21@@ -124,6 +124,9 @@ def _get_option_parser():
23 parser.add_option("", "--program", 22 parser.add_option("", "--program",
24 action="store", dest="program", default=None, 23 action="store", dest="program", default=None,
25 help="program to execute") 24 help="program to execute")
@@ -29,7 +28,7 @@ index b36284d..e37d3e3 100755
29 parser.add_option("", "--program-arg", 28 parser.add_option("", "--program-arg",
30 action="append", dest="program_args", default=[], 29 action="append", dest="program_args", default=[],
31 help="extra arguments to program") 30 help="extra arguments to program")
32@@ -406,6 +409,17 @@ def create_binary(transformer, options, args): 31@@ -419,6 +422,17 @@ def create_binary(transformer, options, args):
33 gdump_parser.get_error_quark_functions()) 32 gdump_parser.get_error_quark_functions())
34 33
35 shlibs = resolve_shlibs(options, binary, options.libraries) 34 shlibs = resolve_shlibs(options, binary, options.libraries)
@@ -48,5 +47,5 @@ index b36284d..e37d3e3 100755
48 gdump_parser.parse() 47 gdump_parser.parse()
49 return shlibs 48 return shlibs
50-- 49--
512.1.4 502.7.0
52 51
diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-giscanner-add-a-use-ldd-wrapper-option.patch b/meta/recipes-gnome/gobject-introspection/gobject-introspection/0004-giscanner-add-a-use-ldd-wrapper-option.patch
index f923dcccf8..afb71e767e 100644
--- a/meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-giscanner-add-a-use-ldd-wrapper-option.patch
+++ b/meta/recipes-gnome/gobject-introspection/gobject-introspection/0004-giscanner-add-a-use-ldd-wrapper-option.patch
@@ -1,24 +1,23 @@
1From 291a92f200981a772b2d03739dffb5926a82c5a5 Mon Sep 17 00:00:00 2001 1From d4ad57fd4a32c4f0d2f0522a3090ef940746431b Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com> 2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Fri, 30 Oct 2015 16:28:46 +0200 3Date: Fri, 30 Oct 2015 16:28:46 +0200
4Subject: [PATCH 1/2] giscanner: add a --use-ldd-wrapper option 4Subject: [PATCH 4/5] giscanner: add a --use-ldd-wrapper option
5 5
6This is useful in cross-compile environments where system's ldd 6This is useful in cross-compile environments where system's ldd
7command does not work on binaries built for a different architecture 7command does not work on binaries built for a different architecture
8 8
9Upstream-Status: Pending [review in oe-core] 9Upstream-Status: Pending [review in oe-core]
10Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> 10Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
11
12--- 11---
13 giscanner/scannermain.py | 3 +++ 12 giscanner/scannermain.py | 3 +++
14 giscanner/shlibs.py | 4 +++- 13 giscanner/shlibs.py | 4 +++-
15 2 files changed, 6 insertions(+), 1 deletion(-) 14 2 files changed, 6 insertions(+), 1 deletion(-)
16 15
17diff --git a/giscanner/scannermain.py b/giscanner/scannermain.py 16diff --git a/giscanner/scannermain.py b/giscanner/scannermain.py
18index e37d3e3..b8fff5f 100755 17index d684cd0..1b3b369 100755
19--- a/giscanner/scannermain.py 18--- a/giscanner/scannermain.py
20+++ b/giscanner/scannermain.py 19+++ b/giscanner/scannermain.py
21@@ -121,6 +121,9 @@ def _get_option_parser(): 20@@ -127,6 +127,9 @@ def _get_option_parser():
22 parser.add_option("", "--use-binary-wrapper", 21 parser.add_option("", "--use-binary-wrapper",
23 action="store", dest="wrapper", default=None, 22 action="store", dest="wrapper", default=None,
24 help="wrapper to use for running programs (useful when cross-compiling)") 23 help="wrapper to use for running programs (useful when cross-compiling)")
@@ -29,10 +28,10 @@ index e37d3e3..b8fff5f 100755
29 action="append", dest="program_args", default=[], 28 action="append", dest="program_args", default=[],
30 help="extra arguments to program") 29 help="extra arguments to program")
31diff --git a/giscanner/shlibs.py b/giscanner/shlibs.py 30diff --git a/giscanner/shlibs.py b/giscanner/shlibs.py
32index 1ad75ee..41117c6 100644 31index c93d20c..c5b5942 100644
33--- a/giscanner/shlibs.py 32--- a/giscanner/shlibs.py
34+++ b/giscanner/shlibs.py 33+++ b/giscanner/shlibs.py
35@@ -100,7 +100,9 @@ def _resolve_non_libtool(options, binary, libraries): 34@@ -105,7 +105,9 @@ def _resolve_non_libtool(options, binary, libraries):
36 args.extend(libtool) 35 args.extend(libtool)
37 args.append('--mode=execute') 36 args.append('--mode=execute')
38 platform_system = platform.system() 37 platform_system = platform.system()
@@ -44,5 +43,5 @@ index 1ad75ee..41117c6 100644
44 else: 43 else:
45 args.extend(['ldd', binary.args[0]]) 44 args.extend(['ldd', binary.args[0]])
46-- 45--
472.1.4 462.7.0
48 47
diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-Prefix-pkg-config-paths-with-PKG_CONFIG_SYSROOT_DIR-.patch b/meta/recipes-gnome/gobject-introspection/gobject-introspection/0005-Prefix-pkg-config-paths-with-PKG_CONFIG_SYSROOT_DIR-.patch
index 5026d81772..47a18ec844 100644
--- a/meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-Prefix-pkg-config-paths-with-PKG_CONFIG_SYSROOT_DIR-.patch
+++ b/meta/recipes-gnome/gobject-introspection/gobject-introspection/0005-Prefix-pkg-config-paths-with-PKG_CONFIG_SYSROOT_DIR-.patch
@@ -1,7 +1,7 @@
1From a57604e205e6535acd9989444ad1f5f5038f4fba Mon Sep 17 00:00:00 2001 1From e08b3677dd04d6ec407ba8f74f601b2d51310eff Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com> 2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Thu, 8 Oct 2015 18:30:35 +0300 3Date: Thu, 8 Oct 2015 18:30:35 +0300
4Subject: [PATCH 1/4] Prefix pkg-config paths with PKG_CONFIG_SYSROOT_DIR 4Subject: [PATCH 5/5] Prefix pkg-config paths with PKG_CONFIG_SYSROOT_DIR
5 environment variable 5 environment variable
6 6
7This environment variable sets the location of sysroot directory in cross-compilation 7This environment variable sets the location of sysroot directory in cross-compilation
@@ -9,14 +9,13 @@ environments; if the variable is not set, the prefix will be empty.
9 9
10Upstream-Status: Pending [review on oe-core list] 10Upstream-Status: Pending [review on oe-core list]
11Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> 11Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
12
13--- 12---
14 Makefile-gir.am | 18 +++++++++--------- 13 Makefile-gir.am | 18 +++++++++---------
15 m4/introspection.m4 | 8 ++++---- 14 m4/introspection.m4 | 8 ++++----
16 2 files changed, 13 insertions(+), 13 deletions(-) 15 2 files changed, 13 insertions(+), 13 deletions(-)
17 16
18diff --git a/Makefile-gir.am b/Makefile-gir.am 17diff --git a/Makefile-gir.am b/Makefile-gir.am
19index 9aca664..09b9360 100644 18index a09260a..ba6e89e 100644
20--- a/Makefile-gir.am 19--- a/Makefile-gir.am
21+++ b/Makefile-gir.am 20+++ b/Makefile-gir.am
22@@ -55,8 +55,8 @@ else 21@@ -55,8 +55,8 @@ else
@@ -64,11 +63,11 @@ index 9aca664..09b9360 100644
64 GIO_LIBRARY=gio-2.0 63 GIO_LIBRARY=gio-2.0
65 64
66 if HAVE_GIO_UNIX 65 if HAVE_GIO_UNIX
67-GIO_UNIX_HDRS=$(shell "${PKG_CONFIG}" --variable=includedir gio-unix-2.0)/gio-unix-2.0/gio/*.h 66-GIO_UNIX_INCLUDEDIR = $(shell "${PKG_CONFIG}" --variable=includedir gio-unix-2.0)/gio-unix-2.0
68+GIO_UNIX_HDRS=$(PKG_CONFIG_SYSROOT_DIR)$(shell "${PKG_CONFIG}" --variable=includedir gio-unix-2.0)/gio-unix-2.0/gio/*.h 67+GIO_UNIX_INCLUDEDIR = $(PKG_CONFIG_SYSROOT_DIR)$(shell "${PKG_CONFIG}" --variable=includedir gio-unix-2.0)/gio-unix-2.0
68 GIO_UNIX_HDRS = $(GIO_UNIX_INCLUDEDIR)/gio/*.h
69 GIO_UNIX_PACKAGES = gio-unix-2.0 69 GIO_UNIX_PACKAGES = gio-unix-2.0
70 else 70 else
71 GIO_UNIX_HDRS=
72diff --git a/m4/introspection.m4 b/m4/introspection.m4 71diff --git a/m4/introspection.m4 b/m4/introspection.m4
73index d89c3d9..b562266 100644 72index d89c3d9..b562266 100644
74--- a/m4/introspection.m4 73--- a/m4/introspection.m4
diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.46.0.bb b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.48.0.bb
index 1937626cd9..f368814deb 100644
--- a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.46.0.bb
+++ b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.48.0.bb
@@ -8,14 +8,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=90d577535a3898e1ae5dbf0ae3509a8c \
8 file://giscanner/sourcescanner.c;endline=22;md5=194d6e0c1d00662f32d030ce44de8d39 \ 8 file://giscanner/sourcescanner.c;endline=22;md5=194d6e0c1d00662f32d030ce44de8d39 \
9 file://girepository/giregisteredtypeinfo.c;endline=21;md5=661847611ae6979465415f31a759ba27" 9 file://girepository/giregisteredtypeinfo.c;endline=21;md5=661847611ae6979465415f31a759ba27"
10 10
11SRC_URI = "${GNOME_MIRROR}/${BPN}/1.46/${BPN}-${PV}.tar.xz \ 11SRC_URI = "${GNOME_MIRROR}/${BPN}/1.48/${BPN}-${PV}.tar.xz \
12 file://0001-Prefix-pkg-config-paths-with-PKG_CONFIG_SYSROOT_DIR-.patch \ 12 file://0001-Revert-an-incomplete-upstream-attempt-at-cross-compi.patch \
13 file://0001-giscanner-add-use-binary-wrapper-option.patch \ 13 file://0002-configure.ac-add-host-gi-gi-cross-wrapper-gi-ldd-wra.patch \
14 file://0001-giscanner-add-a-use-ldd-wrapper-option.patch \ 14 file://0003-giscanner-add-use-binary-wrapper-option.patch \
15 file://0001-configure.ac-add-host-gi-gi-cross-wrapper-and-gi-ldd.patch \ 15 file://0004-giscanner-add-a-use-ldd-wrapper-option.patch \
16 file://0005-Prefix-pkg-config-paths-with-PKG_CONFIG_SYSROOT_DIR-.patch \
16 " 17 "
17SRC_URI[md5sum] = "adb40a31c7c80b65b0f4c8fd71b493dc" 18SRC_URI[md5sum] = "01301fa9019667d48e927353e08bc218"
18SRC_URI[sha256sum] = "6658bd3c2b8813eb3e2511ee153238d09ace9d309e4574af27443d87423e4233" 19SRC_URI[sha256sum] = "fa275aaccdbfc91ec0bc9a6fd0562051acdba731e7d584b64a277fec60e75877"
19 20
20inherit autotools pkgconfig gtk-doc pythonnative qemu gobject-introspection-data 21inherit autotools pkgconfig gtk-doc pythonnative qemu gobject-introspection-data
21BBCLASSEXTEND = "native" 22BBCLASSEXTEND = "native"