diff options
-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 | " | ||