aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-16 23:15:41 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-16 23:15:41 +0100
commitc49af6de052a45f05d948f61e207c9d168ee10b2 (patch)
treec182f3da620ae4f95b02f16bee5f2c829cfecc6c /meta/recipes-core/systemd
parent6ae99136f1c1c59f4e55331c43cf0c0bac5abcdd (diff)
downloadopenembedded-core-c49af6de052a45f05d948f61e207c9d168ee10b2.tar.gz
systemd: Fix shell variable assignment spacing
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd')
-rw-r--r--meta/recipes-core/systemd/systemd_199.bb4
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 "
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*
}