mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
bitbake.conf: export STRINGS
* remove STRINGS export from systemd (From OE-Core rev: 68d7300e2cc55a5b873345874243da589e04bba0) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6ca781b26e
commit
97490c41d2
@@ -454,6 +454,7 @@ export RANLIB = "${HOST_PREFIX}ranlib"
|
||||
export STRIP = "${HOST_PREFIX}strip"
|
||||
export OBJCOPY = "${HOST_PREFIX}objcopy"
|
||||
export OBJDUMP = "${HOST_PREFIX}objdump"
|
||||
export STRINGS = "${HOST_PREFIX}strings"
|
||||
export NM = "${HOST_PREFIX}nm"
|
||||
PYTHON = "${@sys.executable}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user