mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 11:55:29 +00:00
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>
This commit is contained in:
parent
d91a282947
commit
ca571cb982
@ -194,4 +194,6 @@ FILES_${PN}-dev_append = " ${datadir}/gobject-introspection-1.0/tests/*.c \
|
||||
FILES_${PN}-dbg += "${libdir}/gobject-introspection/giscanner/.debug/"
|
||||
FILES_${PN}-staticdev += "${libdir}/gobject-introspection/giscanner/*.a"
|
||||
|
||||
RDEPENDS_${PN} = "python3-pickle python3-xml"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user