mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 06:32:34 +02:00
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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user