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

6 lines
177 B
Plaintext
Raw Normal View History

2024-09-09 08:52:07 +00:00
DEPENDS += "${@["python-native python", ""][(d.getVar('PACKAGES', 1) == '')]}"
RDEPENDS_${PN} += "${@['', 'python-core']['${PN}' == '${BPN}']}"
inherit distutils-common-base