From 595e92c76700306f9ff8fcf1557eb7ade1f3e907 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 16 Apr 2013 23:15:41 +0100 Subject: systemd: Fix shell variable assignment spacing (From OE-Core rev: e389d47524297b3def665a9a3668b6de09e5d20a) Signed-off-by: Richard Purdie --- meta/recipes-core/systemd/systemd_199.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-core/systemd') 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 " do_configure_prepend() { export CPP="${HOST_PREFIX}cpp ${TOOLCHAIN_OPTIONS} ${HOST_CC_ARCH}" - export STRINGS = "${HOST_PREFIX}strings" - export GPERF = "${HOST_PREFIX}gperf" + export STRINGS="${HOST_PREFIX}strings" + export GPERF="${HOST_PREFIX}gperf" sed -i -e 's:=/root:=${ROOT_HOME}:g' units/*.service* } -- cgit v1.2.3-54-g00ecf