mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-06 16:04:40 +02:00
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:
6
core/recipes-core/meta/buildtools-tarball.bbappend
Normal file
6
core/recipes-core/meta/buildtools-tarball.bbappend
Normal 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', '')
|
||||
}
|
||||
Reference in New Issue
Block a user