linuxOS_PX30_CAR/yocto/poky/meta/classes/distutils3-base.bbclass

7 lines
289 B
Plaintext
Raw Normal View History

2026-01-20 05:50:57 +00:00
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