summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2016-09-13 16:55:13 +0000
committerGerrit Code Review <gerrit@172.30.200.200>2016-09-13 16:55:14 +0000
commite573281919d1b1b30ebefe9da7096e2ec1df6cde (patch)
tree1f598182ee659bff66a98d7b8c7b833fedf8323b
parent8a570c71eda3cb17069e6cc32b6d49e45bd5f77d (diff)
parent25deddaaa6647a59a752afe5e3d163d30e868abe (diff)
downloadmeta-updater-e573281919d1b1b30ebefe9da7096e2ec1df6cde.tar.gz
Merge "libgsystem_git.bb: Bug fixes"
-rw-r--r--recipes-sota/libgsystem/libgsystem_git.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-sota/libgsystem/libgsystem_git.bb b/recipes-sota/libgsystem/libgsystem_git.bb
index f35819d..fe1e552 100644
--- a/recipes-sota/libgsystem/libgsystem_git.bb
+++ b/recipes-sota/libgsystem/libgsystem_git.bb
@@ -15,7 +15,23 @@ inherit autotools-brokensep
15 15
16BBCLASSEXTEND += "native" 16BBCLASSEXTEND += "native"
17 17
18export STAGING_INCDIR
19export STAGING_LIBDIR
20
18do_configure() { 21do_configure() {
19 NOCONFIGURE=true ./autogen.sh 22 NOCONFIGURE=true ./autogen.sh
20 oe_runconf 23 oe_runconf
21} 24}
25
26do_compile_prepend() {
27 export BUILD_SYS="${BUILD_SYS}"
28 export HOST_SYS="${HOST_SYS}"
29}
30
31FILES_${PN} += " \
32 ${datadir} \
33 ${datadir}/gir-1.0 \
34 ${datadir}/gir-1.0/GSystem-1.0.gir \
35 ${libdir}/girepository-1.0/ \
36 ${libdir}/girepository-1.0/GSystem-1.0.typelib \
37"