aboutsummaryrefslogtreecommitdiffstats
path: root/meta-mentor-staging/recipes-core/meta/buildtools-tarball.bbappend
blob: d9310a189f001768e8bd120f430c30bd2bb82e0f (plain)
1
2
3
4
5
6
7
8
9
10
# ---------------------------------------------------------------------------------------------------------------------
# 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', '')
}