summaryrefslogtreecommitdiffstats
path: root/meta/packages/openssl
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-10-17 08:57:58 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-10-17 08:57:58 +0000
commit81d6b0622b8316fd0949df9065dcad8460eb5786 (patch)
treee887e94aa84c935313d5224f02d0cc01d727229a /meta/packages/openssl
parent9ac44581c0090a5bd7427362a9f7e4f4ae4757ff (diff)
downloadpoky-81d6b0622b8316fd0949df9065dcad8460eb5786.tar.gz
openssl: create libraries in staging before copying data into them
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2894 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/openssl')
-rw-r--r--meta/packages/openssl/openssl.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/packages/openssl/openssl.inc b/meta/packages/openssl/openssl.inc
index 7e13c27452..522b6fe289 100644
--- a/meta/packages/openssl/openssl.inc
+++ b/meta/packages/openssl/openssl.inc
@@ -66,6 +66,8 @@ do_compile () {
66} 66}
67 67
68do_stage () { 68do_stage () {
69 install -d ${STAGING_INCDIR}
70 install -d ${STAGING_LIBDIR}/pkgconfig/
69 cp --dereference -R include/openssl ${STAGING_INCDIR}/ 71 cp --dereference -R include/openssl ${STAGING_INCDIR}/
70 cp --dereference openssl.pc ${STAGING_LIBDIR}/pkgconfig/ 72 cp --dereference openssl.pc ${STAGING_LIBDIR}/pkgconfig/
71 oe_libinstall -a -so libcrypto ${STAGING_LIBDIR} 73 oe_libinstall -a -so libcrypto ${STAGING_LIBDIR}