mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 09:32:13 +02:00
systemd: Fix shell variable assignment spacing
(From OE-Core rev: e389d47524297b3def665a9a3668b6de09e5d20a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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*
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user