mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-06-21 08:52:27 +02:00
tcmode: add intermediate EXTERNAL_TOOLCHAIN_FEATURES_DEFAULT variable
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
@@ -8,7 +8,8 @@ EXTERNAL_ENABLED = "1"
|
||||
#
|
||||
# locale-utf8-is-default: assume en_US is utf8, not en_US.UTF-8, as is the
|
||||
# case for OE.
|
||||
EXTERNAL_TOOLCHAIN_FEATURES ?= ""
|
||||
EXTERNAL_TOOLCHAIN_FEATURES_DEFAULT ??= ""
|
||||
EXTERNAL_TOOLCHAIN_FEATURES ?= "${EXTERNAL_TOOLCHAIN_FEATURES_DEFAULT}"
|
||||
|
||||
python () {
|
||||
oe.utils.features_backfill("EXTERNAL_TOOLCHAIN_FEATURES", d)
|
||||
|
||||
Reference in New Issue
Block a user