diff options
-rw-r--r-- | meta/recipes-core/systemd/systemd_199.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/systemd/systemd_199.bb b/meta/recipes-core/systemd/systemd_199.bb index bbe19eae10..dc25179e10 100644 --- a/meta/recipes-core/systemd/systemd_199.bb +++ b/meta/recipes-core/systemd/systemd_199.bb | |||
@@ -78,8 +78,8 @@ EXTRA_OECONF_append_libc-uclibc = " --disable-myhostname " | |||
78 | do_configure_prepend() { | 78 | do_configure_prepend() { |
79 | export CPP="${HOST_PREFIX}cpp ${TOOLCHAIN_OPTIONS} ${HOST_CC_ARCH}" | 79 | export CPP="${HOST_PREFIX}cpp ${TOOLCHAIN_OPTIONS} ${HOST_CC_ARCH}" |
80 | 80 | ||
81 | export STRINGS = "${HOST_PREFIX}strings" | 81 | export STRINGS="${HOST_PREFIX}strings" |
82 | export GPERF = "${HOST_PREFIX}gperf" | 82 | export GPERF="${HOST_PREFIX}gperf" |
83 | 83 | ||
84 | sed -i -e 's:=/root:=${ROOT_HOME}:g' units/*.service* | 84 | sed -i -e 's:=/root:=${ROOT_HOME}:g' units/*.service* |
85 | } | 85 | } |