diff options
author | Xin Ouyang <Xin.Ouyang@windriver.com> | 2013-04-16 10:17:14 +0800 |
---|---|---|
committer | Xin Ouyang <Xin.Ouyang@windriver.com> | 2013-04-16 10:24:06 +0800 |
commit | cb68736510443f14a828a66841a4e4fe7e226139 (patch) | |
tree | 906924975c8b97a63e1443eac27318626ad0d9e3 | |
parent | 290d6138f453e4e55d8ac28a3935f386cffccd80 (diff) | |
download | meta-selinux-cb68736510443f14a828a66841a4e4fe7e226139.tar.gz |
openssl: remove bbappend since oe-core merged
oe-core has used "-Wa,--noexecstack" in CFLAG not only for native
now, so the bbappend should be removed.
http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/meta/recipes-connectivity/openssl/openssl.inc?id=4fb837687dd68363f25fbfc15207dd05d1369661
Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
-rw-r--r-- | recipes-connectivity/openssl/openssl_1.0.0j.bbappend | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-connectivity/openssl/openssl_1.0.0j.bbappend b/recipes-connectivity/openssl/openssl_1.0.0j.bbappend deleted file mode 100644 index 388bdbf..0000000 --- a/recipes-connectivity/openssl/openssl_1.0.0j.bbappend +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | PR .= ".1" | ||
2 | |||
3 | CFLAG += " -Wa,--noexecstack" | ||