diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2012-10-27 16:48:17 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-02 16:18:28 +0000 |
commit | 841107b78ca8969b7531e6c91514803e1ec01c3d (patch) | |
tree | 6a2994494ed69379a4f6da57d301ff67884c9960 /meta/recipes-connectivity | |
parent | 51c7ad682f00a13ada21c5458030948aaa699748 (diff) | |
download | poky-841107b78ca8969b7531e6c91514803e1ec01c3d.tar.gz |
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]
(From OE-Core rev: 37429a94133c0d0bfae71d1d4329aee6dd5eb98b)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
23 | 23 | ||
24 | # Avoid binaries being marked as requiring an executable stack (which causes | 24 | # Avoid binaries being marked as requiring an executable stack (which causes |
25 | # issues with SELinux on the host) | 25 | # issues with SELinux on the host) |
26 | CFLAG_append_virtclass-native = " -Wa,--noexecstack" | 26 | CFLAG_append_class-native = " -Wa,--noexecstack" |
27 | 27 | ||
28 | # -02 does not work on mipsel: ssh hangs when it tries to read /dev/urandom | 28 | # -02 does not work on mipsel: ssh hangs when it tries to read /dev/urandom |
29 | CFLAG_mtx-1 := "${@'${CFLAG}'.replace('-O2', '')}" | 29 | CFLAG_mtx-1 := "${@'${CFLAG}'.replace('-O2', '')}" |