From patchwork Fri Jun 15 14:36:47 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Add perlnative to inherit as to use openembedded perl rather than hosts perl Signed-off-by: Jack Mitchell Date: Fri, 15 Jun 2012 14:36:47 -0000 From: ml@communistcode.co.uk X-Patchwork-Id: 29965 Message-Id: <1339771007-2678-1-git-send-email-ml@communistcode.co.uk> To: openembedded-core@lists.openembedded.org Cc: Jack Mitchell From: Jack Mitchell --- 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..44d6c4c 100644 --- a/meta/recipes-connectivity/openssl/openssl.inc +++ b/meta/recipes-connectivity/openssl/openssl.inc @@ -33,7 +33,7 @@ export DIRS = "crypto ssl apps" export EX_LIBS = "-lgcc -ldl" export AS = "${CC} -c" -inherit pkgconfig siteinfo +inherit pkgconfig siteinfo perlnative PACKAGES =+ "libcrypto libssl ${PN}-misc" FILES_libcrypto = "${base_libdir}/libcrypto${SOLIBS}"