]> code.ossystems Code Review - openembedded-core.git/commitdiff
openssl: create libraries in staging before copying data into them
authorMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 17 Oct 2007 08:57:58 +0000 (08:57 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 17 Oct 2007 08:57:58 +0000 (08:57 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2894 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/openssl/openssl.inc

index 7e13c27452e85fdaba1f37a9897092f45c2aeb20..522b6fe28978747338649c00b7cf4df9429bb17a 100644 (file)
@@ -66,6 +66,8 @@ do_compile () {
 }
 
 do_stage () {
+       install -d ${STAGING_INCDIR}
+       install -d ${STAGING_LIBDIR}/pkgconfig/
        cp --dereference -R include/openssl ${STAGING_INCDIR}/
        cp --dereference openssl.pc ${STAGING_LIBDIR}/pkgconfig/
        oe_libinstall -a -so libcrypto ${STAGING_LIBDIR}