diff --git a/core/recipes-core/meta/buildtools-tarball.bbappend b/core/recipes-core/meta/buildtools-tarball.bbappend new file mode 100644 index 0000000..be543d3 --- /dev/null +++ b/core/recipes-core/meta/buildtools-tarball.bbappend @@ -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', '') +}