aboutsummaryrefslogtreecommitdiffstats
path: root/meta-mentor-staging/recipes-core/meta/buildtools-tarball.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-mentor-staging/recipes-core/meta/buildtools-tarball.bbappend')
-rw-r--r--meta-mentor-staging/recipes-core/meta/buildtools-tarball.bbappend10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta-mentor-staging/recipes-core/meta/buildtools-tarball.bbappend b/meta-mentor-staging/recipes-core/meta/buildtools-tarball.bbappend
deleted file mode 100644
index d9310a18..00000000
--- a/meta-mentor-staging/recipes-core/meta/buildtools-tarball.bbappend
+++ /dev/null
@@ -1,10 +0,0 @@
-# ---------------------------------------------------------------------------------------------------------------------
-# SPDX-License-Identifier: MIT
-# ---------------------------------------------------------------------------------------------------------------------
-
-# 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', '')
-}