[oe-commits] Richard Purdie : systemd: Fix shell variable assignment spacing

git at git.openembedded.org git at git.openembedded.org
Tue Apr 16 22:13:58 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: c49af6de052a45f05d948f61e207c9d168ee10b2
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=c49af6de052a45f05d948f61e207c9d168ee10b2

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Tue Apr 16 23:15:41 2013 +0100

systemd: Fix shell variable assignment spacing

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 bbe19ea..dc25179 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*
 }





More information about the Openembedded-commits mailing list