From patchwork Tue Oct 30 09:33:52 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [11/11] recipes-connectivity: replace virtclass-native(sdk) with class-native(sdk) Date: Tue, 30 Oct 2012 09:33:52 -0000 From: Robert Yang X-Patchwork-Id: 38701 Message-Id: <64ad1e6ebfac0523ea6cccd5140bf78c20352e52.1351496696.git.liezhi.yang@windriver.com> To: Cc: Zhenfeng.Zhao@windriver.com 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 --- meta/recipes-connectivity/openssl/openssl.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', '')}"