diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-09-13 16:55:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.200> | 2016-09-13 16:55:14 +0000 |
commit | e573281919d1b1b30ebefe9da7096e2ec1df6cde (patch) | |
tree | 1f598182ee659bff66a98d7b8c7b833fedf8323b | |
parent | 8a570c71eda3cb17069e6cc32b6d49e45bd5f77d (diff) | |
parent | 25deddaaa6647a59a752afe5e3d163d30e868abe (diff) | |
download | meta-updater-e573281919d1b1b30ebefe9da7096e2ec1df6cde.tar.gz |
Merge "libgsystem_git.bb: Bug fixes"
-rw-r--r-- | recipes-sota/libgsystem/libgsystem_git.bb | 16 |
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 | ||
16 | BBCLASSEXTEND += "native" | 16 | BBCLASSEXTEND += "native" |
17 | 17 | ||
18 | export STAGING_INCDIR | ||
19 | export STAGING_LIBDIR | ||
20 | |||
18 | do_configure() { | 21 | do_configure() { |
19 | NOCONFIGURE=true ./autogen.sh | 22 | NOCONFIGURE=true ./autogen.sh |
20 | oe_runconf | 23 | oe_runconf |
21 | } | 24 | } |
25 | |||
26 | do_compile_prepend() { | ||
27 | export BUILD_SYS="${BUILD_SYS}" | ||
28 | export HOST_SYS="${HOST_SYS}" | ||
29 | } | ||
30 | |||
31 | FILES_${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 | " | ||