mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00

This reverts commit 0d1418026b
.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
5 lines
221 B
Plaintext
5 lines
221 B
Plaintext
DEPENDS += "${@["${PYTHON_PN}-native ${PYTHON_PN}", ""][(d.getVar('PACKAGES') == '')]}"
|
|
RDEPENDS_${PN} += "${@['', '${PYTHON_PN}-core']['${CLASSOVERRIDE}' == 'class-target']}"
|
|
|
|
inherit distutils-common-base pythonnative
|