summaryrefslogtreecommitdiffstats
path: root/meta/classes/distutils3-base.bbclass
blob: d41873e48693c90c04ec11183f5378bf0cd69898 (plain)
1
2
3
4
5
6
DEPENDS:append:class-target = " ${PYTHON_PN}-native ${PYTHON_PN}"
DEPENDS:append:class-nativesdk = " ${PYTHON_PN}-native ${PYTHON_PN}"
RDEPENDS:${PN} += "${@['', '${PYTHON_PN}-core']['${CLASSOVERRIDE}' == 'class-target']}"

inherit distutils-common-base python3native python3targetconfig