buildtools-tarball: ignore TOOLCHAIN_TARGET_TASK_append

buildtools-tarball is host only, and does not add TOOLCHAIN_TARGET_TASK to
RDEPENDS. Forcibly empty it, otherwise a TOOLCHAIN_TARGET_TASK_append at the
config level will break the buildtools-tarball build

JIRA: SB-8391

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
Christopher Larson
2016-12-15 21:49:12 -07:00
parent f8b7c25cb6
commit 3ebfc49030

View File

@@ -0,0 +1,6 @@
# buildtools-tarball is host only, and does not add TOOLCHAIN_TARGET_TASK to
# 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', '')
}