[oe-commits] [openembedded-core] 16/25: Revert "distutils-base.bbclass: Do not use -pie with hardening"

git at git.openembedded.org git at git.openembedded.org
Fri Jun 9 16:12:57 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 3bc8d328e0659560798eff9c1ab40ec42b354bcb
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Tue Jun 6 23:39:12 2017 +0100

    Revert "distutils-base.bbclass: Do not use -pie with hardening"
    
    This reverts commit 0d1418026b378389a1668761d6429a94e6c047f8.
---
 meta/classes/distutils-base.bbclass | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/classes/distutils-base.bbclass b/meta/classes/distutils-base.bbclass
index d6137c4..9f398d7 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') =
 RDEPENDS_${PN} += "${@['', '${PYTHON_PN}-core']['${CLASSOVERRIDE}' == 'class-target']}"
 
 inherit distutils-common-base pythonnative
-
-SECURITY_CFLAGS = "${SECURITY_NO_PIE_CFLAGS}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list