diff options
author | Ross Burton <ross.burton@intel.com> | 2017-06-06 23:39:12 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-09 17:12:14 +0100 |
commit | 51e17c4ad20889207360e5cbbd20ac89502f4d61 (patch) | |
tree | 8f5614eb5992676c7022738ca1ec8103e8b38a5e | |
parent | 4a4082768d52096be2806093249892ce7180e0bc (diff) | |
download | poky-51e17c4ad20889207360e5cbbd20ac89502f4d61.tar.gz |
Revert "distutils-base.bbclass: Do not use -pie with hardening"
This reverts commit 0d1418026b378389a1668761d6429a94e6c047f8.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/classes/distutils-base.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/distutils-base.bbclass b/meta/classes/distutils-base.bbclass index d6137c4e42..9f398d7051 100644 --- a/meta/classes/distutils-base.bbclass +++ b/meta/classes/distutils-base.bbclass | |||
@@ -2,5 +2,3 @@ DEPENDS += "${@["${PYTHON_PN}-native ${PYTHON_PN}", ""][(d.getVar('PACKAGES') = | |||
2 | RDEPENDS_${PN} += "${@['', '${PYTHON_PN}-core']['${CLASSOVERRIDE}' == 'class-target']}" | 2 | RDEPENDS_${PN} += "${@['', '${PYTHON_PN}-core']['${CLASSOVERRIDE}' == 'class-target']}" |
3 | 3 | ||
4 | inherit distutils-common-base pythonnative | 4 | inherit distutils-common-base pythonnative |
5 | |||
6 | SECURITY_CFLAGS = "${SECURITY_NO_PIE_CFLAGS}" | ||