poky/meta/classes/distutils-base.bbclass
Ross Burton 51e17c4ad2 Revert "distutils-base.bbclass: Do not use -pie with hardening"
This reverts commit 0d1418026b.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-06-09 17:12:14 +01:00

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