diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-05-12 01:58:51 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-14 11:43:56 +0100 |
commit | 57aeb9e45f75ebf449f07d909cbeae598284fe32 (patch) | |
tree | 46935a07aab475126f5bcdfdcc3cf84057cee810 /meta/recipes-connectivity/openssl | |
parent | 7d023441a95b844c0178f304d1a8ef9e59275d25 (diff) | |
download | poky-57aeb9e45f75ebf449f07d909cbeae598284fe32.tar.gz |
openssl/orc: virtclass-native -> class-native
The virtclass-native is out of date.
(From OE-Core rev: ed51b382928ee5f14d524e08a00a0c8931c491c5)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssl')
-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 ba9bca6af4..53dcfd9f37 100644 --- a/meta/recipes-connectivity/openssl/openssl.inc +++ b/meta/recipes-connectivity/openssl/openssl.inc | |||
@@ -203,7 +203,7 @@ do_install_ptest () { | |||
203 | install util/shlib_wrap.sh ${D}${PTEST_PATH}/util | 203 | install util/shlib_wrap.sh ${D}${PTEST_PATH}/util |
204 | } | 204 | } |
205 | 205 | ||
206 | do_install_append_virtclass-native() { | 206 | do_install_append_class-native() { |
207 | create_wrapper ${D}${bindir}/openssl \ | 207 | create_wrapper ${D}${bindir}/openssl \ |
208 | OPENSSL_CONF=${libdir}/ssl/openssl.cnf \ | 208 | OPENSSL_CONF=${libdir}/ssl/openssl.cnf \ |
209 | SSL_CERT_DIR=${libdir}/ssl/certs \ | 209 | SSL_CERT_DIR=${libdir}/ssl/certs \ |