mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00: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
|