M7350/oe-core/meta/classes/distutils-base.bbclass

5 lines
227 B
Plaintext
Raw Normal View History

2024-09-09 08:57:42 +00:00
DEPENDS += "${@["${PYTHON_PN}-native ${PYTHON_PN}", ""][(d.getVar('PACKAGES', True) == '')]}"
RDEPENDS_${PN} += "${@['', '${PYTHON_PN}-core']['${CLASSOVERRIDE}' == 'class-target']}"
2024-09-09 08:52:07 +00:00
2024-09-09 08:57:42 +00:00
inherit distutils-common-base pythonnative