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
This commit is contained in:
Marcin Juszkiewicz 2007-10-17 08:57:58 +00:00
parent 9ac44581c0
commit 81d6b0622b
1 changed files with 2 additions and 0 deletions

View 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}