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>
This commit is contained in:
Xin Ouyang 2013-04-16 10:17:14 +08:00
parent 90cfe5774b
commit 93c595256f

View File

@ -1,3 +0,0 @@
PR .= ".1"
CFLAG += " -Wa,--noexecstack"