| Submitter | Robert Yang |
|---|---|
| Date | Oct. 30, 2012, 9:33 a.m. |
| Message ID | <64ad1e6ebfac0523ea6cccd5140bf78c20352e52.1351496696.git.liezhi.yang@windriver.com> |
| Download | mbox | patch |
| Permalink | /patch/38701/ |
| State | Accepted |
| Commit | 37429a94133c0d0bfae71d1d4329aee6dd5eb98b |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc index 089b9a4..c88b77a 100644 --- a/meta/recipes-connectivity/openssl/openssl.inc +++ b/meta/recipes-connectivity/openssl/openssl.inc @@ -23,7 +23,7 @@ CFLAG = "${@base_conditional('SITEINFO_ENDIANNESS', 'le', '-DL_ENDIAN', '-DB_END # Avoid binaries being marked as requiring an executable stack (which causes # issues with SELinux on the host) -CFLAG_append_virtclass-native = " -Wa,--noexecstack" +CFLAG_append_class-native = " -Wa,--noexecstack" # -02 does not work on mipsel: ssh hangs when it tries to read /dev/urandom CFLAG_mtx-1 := "${@'${CFLAG}'.replace('-O2', '')}"
The overrides virtclass-native and virtclass-nativesdk are deprecated, which should be replaced by class-native and class-nativesdk. [YOCTO #3297] Signed-off-by: Robert Yang <liezhi.yang@windriver.com> --- meta/recipes-connectivity/openssl/openssl.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)