[oe-commits] [openembedded-core] 03/13: gobject-introspection.bbclass: fix gir installed but not shipped in any package while multilib enabled

git at git.openembedded.org git at git.openembedded.org
Tue Oct 16 20:00:14 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit e0cc1dc6f1c14babe29a29a7211dc1c69d782b95
Author: Hongxu Jia <hongxu.jia at windriver.com>
AuthorDate: Tue Oct 16 00:34:56 2018 -0700

    gobject-introspection.bbclass: fix gir installed but not shipped in any package while multilib enabled
    
    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 at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/gobject-introspection.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/gobject-introspection.bbclass b/meta/classes/gobject-introspection.bbclass
index b6160b8..a323c1f 100644
--- a/meta/classes/gobject-introspection.bbclass
+++ b/meta/classes/gobject-introspection.bbclass
@@ -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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list