summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/systemd/systemd_211.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_211.bb b/meta/recipes-core/systemd/systemd_211.bb
index ec595bee08..63bccc7a72 100644
--- a/meta/recipes-core/systemd/systemd_211.bb
+++ b/meta/recipes-core/systemd/systemd_211.bb
@@ -88,6 +88,9 @@ EXTRA_OECONF_append_libc-uclibc = " --disable-myhostname "
88 88
89do_configure_prepend() { 89do_configure_prepend() {
90 export CPP="${HOST_PREFIX}cpp ${TOOLCHAIN_OPTIONS} ${HOST_CC_ARCH}" 90 export CPP="${HOST_PREFIX}cpp ${TOOLCHAIN_OPTIONS} ${HOST_CC_ARCH}"
91 export NM="${HOST_PREFIX}gcc-nm"
92 export AR="${HOST_PREFIX}gcc-ar"
93 export RANLIB="${HOST_PREFIX}gcc-ranlib"
91 export KMOD="${base_bindir}/kmod" 94 export KMOD="${base_bindir}/kmod"
92 if [ -d ${S}/units.pre_sed ] ; then 95 if [ -d ${S}/units.pre_sed ] ; then
93 cp -r ${S}/units.pre_sed ${S}/units 96 cp -r ${S}/units.pre_sed ${S}/units