summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gobject-introspection
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2018-10-12 13:47:31 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-10-12 16:57:21 +0100
commitca571cb9823c5fecdf0801d0ecdfdf99fd51ef2b (patch)
treeb6225574cf2225a5c415c44c75505da6815e6a00 /meta/recipes-gnome/gobject-introspection
parentd91a282947a064c085744d18aeb89e2183612db6 (diff)
downloadpoky-ca571cb9823c5fecdf0801d0ecdfdf99fd51ef2b.tar.gz
gobject-introspection: add required python modules to rdepends
It fails to run g-ir-scanner from package gobject-introspection that missing python modules 'xml' and 'pickle'. Add them to rdepends. (From OE-Core rev: fa1bad8d96f7f0b8bf5fd2b85ad10b783ff2d303) Signed-off-by: Kai Kang <kai.kang@windriver.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_1.58.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.58.0.bb b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.58.0.bb
index de898a788b..2c8cfa6bd9 100644
--- a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.58.0.bb
+++ b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.58.0.bb
@@ -194,4 +194,6 @@ FILES_${PN}-dev_append = " ${datadir}/gobject-introspection-1.0/tests/*.c \
194FILES_${PN}-dbg += "${libdir}/gobject-introspection/giscanner/.debug/" 194FILES_${PN}-dbg += "${libdir}/gobject-introspection/giscanner/.debug/"
195FILES_${PN}-staticdev += "${libdir}/gobject-introspection/giscanner/*.a" 195FILES_${PN}-staticdev += "${libdir}/gobject-introspection/giscanner/*.a"
196 196
197RDEPENDS_${PN} = "python3-pickle python3-xml"
198
197BBCLASSEXTEND = "native" 199BBCLASSEXTEND = "native"