aboutsummaryrefslogtreecommitdiffstats
path: root/meta-mentor-staging/classes/distutils-base.bbclass
blob: 3c12f63437c5c48c6033f35537a98bf0627813f8 (plain)
1
2
3
4
5
6
7
8
# ---------------------------------------------------------------------------------------------------------------------
# SPDX-License-Identifier: MIT
# ---------------------------------------------------------------------------------------------------------------------

DEPENDS  += "${@["${PYTHON_PN}-native ${PYTHON_PN}", ""][(d.getVar('PACKAGES') == '')]}"
RDEPENDS:${PN} += "${@['', '${PYTHON_PN}-core']['${CLASSOVERRIDE}' == 'class-target']}"

inherit distutils-common-base pythonnative