]> code.ossystems Code Review - openembedded-core.git/commitdiff
gobject-introspection.bbclass: fix gir installed but not shipped in any package while...
authorHongxu Jia <hongxu.jia@windriver.com>
Tue, 16 Oct 2018 07:34:56 +0000 (00:34 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 16 Oct 2018 19:25:37 +0000 (20:25 +0100)
Since commit [9524330 gobject-introspection: fix multilib install
file conflicts] applied in oe-core, while multilib enabled, gir
files will be installed to `${libdir}'.

Refer above commit, modify gobject-introspection.bbclass to
split gir to package correctly.

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/gobject-introspection.bbclass

index b6160b88b6a50a4a39cc67281303352e89756e41..a323c1fc876ecad97fa0c6cef99cd6d13ce81998 100644 (file)
@@ -40,4 +40,4 @@ FILES_${PN}_append = " ${libdir}/girepository-*/*.typelib"
     
 # .gir files go to dev package, as they're needed for developing (but not for
 # running) things that depends on introspection.
-FILES_${PN}-dev_append = " ${datadir}/gir-*/*.gir"
+FILES_${PN}-dev_append = " ${datadir}/gir-*/*.gir ${libdir}/gir-*/*.gir"