diff options
-rw-r--r-- | recipes-sota/ostree/ostree_git.bb | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/recipes-sota/ostree/ostree_git.bb b/recipes-sota/ostree/ostree_git.bb index 112d05c..240860a 100644 --- a/recipes-sota/ostree/ostree_git.bb +++ b/recipes-sota/ostree/ostree_git.bb | |||
@@ -45,18 +45,14 @@ PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/ | |||
45 | 45 | ||
46 | FILES_${PN} += "${libdir}/ostree/ ${libdir}/ostbuild" | 46 | FILES_${PN} += "${libdir}/ostree/ ${libdir}/ostbuild" |
47 | 47 | ||
48 | export BUILD_SYS | ||
49 | export HOST_SYS | ||
48 | export STAGING_INCDIR | 50 | export STAGING_INCDIR |
49 | export STAGING_LIBDIR | 51 | export STAGING_LIBDIR |
50 | 52 | ||
51 | do_configure() { | 53 | do_configure_prepend() { |
52 | unset docdir | 54 | unset docdir |
53 | NOCONFIGURE=1 "${S}/autogen.sh" | 55 | NOCONFIGURE=1 "${S}/autogen.sh" |
54 | oe_runconf | ||
55 | } | ||
56 | |||
57 | do_compile_prepend() { | ||
58 | export BUILD_SYS="${BUILD_SYS}" | ||
59 | export HOST_SYS="${HOST_SYS}" | ||
60 | } | 56 | } |
61 | 57 | ||
62 | export SYSTEMD_REQUIRED | 58 | export SYSTEMD_REQUIRED |