From: Robert Yang Date: Sat, 27 Oct 2012 08:48:17 +0000 (+0800) Subject: recipes-connectivity: replace virtclass-native(sdk) with class-native(sdk) X-Git-Tag: 2015-4~8745 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=37429a94133c0d0bfae71d1d4329aee6dd5eb98b;p=openembedded-core.git recipes-connectivity: replace virtclass-native(sdk) with class-native(sdk) 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 Signed-off-by: Saul Wold --- diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc index 1b2be9300c..e1e7b656f6 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', '')}"