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:19:57 +0800 |
| commit | 93c595256f4bd7bc8dfb96b3fd0c1819ad0cd706 (patch) | |
| tree | 227d2586d0e0e08765f9dc834e285655c1523061 | |
| parent | 90cfe5774b1269031b3a65876bc791036c7322c3 (diff) | |
| download | meta-selinux-93c595256f4bd7bc8dfb96b3fd0c1819ad0cd706.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" | ||
