mirror of
https://git.yoctoproject.org/poky
synced 2026-02-10 02:33:02 +01: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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user