mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-06-21 08:52:27 +02:00
buildtools-tarball: obey EXTERNAL_ENABLED
Signed-off-by: Christopher Larson <kergoth@gmail.com>
This commit is contained in:
@@ -2,5 +2,6 @@
|
||||
# RDEPENDS. Forcibly empty it, otherwise a TOOLCHAIN_TARGET_TASK_append at the
|
||||
# config level will break the buildtools-tarball build
|
||||
python () {
|
||||
d.setVar('TOOLCHAIN_TARGET_TASK', '')
|
||||
if d.getVar('EXTERNAL_ENABLED'):
|
||||
d.setVar('TOOLCHAIN_TARGET_TASK', '')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user