aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openssl
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-03-28 15:26:37 +0200
committerKoen Kooi <koen@openembedded.org>2010-03-28 15:30:22 +0200
commited591aa9f472ce3f2c5c4e26665f10a2d4ecd5be (patch)
tree71b2a68d770d2cdccd42f22166328a90e725442b /recipes/openssl
parentaf74c43f0fd7494d843e66f27e1a98448ee9c723 (diff)
downloadopenembedded-ed591aa9f472ce3f2c5c4e26665f10a2d4ecd5be.tar.gz
openssl: convert to new style staging
Diffstat (limited to 'recipes/openssl')
-rw-r--r--recipes/openssl/openssl.inc9
1 files changed, 3 insertions, 6 deletions
diff --git a/recipes/openssl/openssl.inc b/recipes/openssl/openssl.inc
index 28e0c921a8..9b71cac945 100644
--- a/recipes/openssl/openssl.inc
+++ b/recipes/openssl/openssl.inc
@@ -95,12 +95,6 @@ do_compile () {
oe_runmake
}
-do_stage () {
- cp --dereference -R include/openssl ${STAGING_INCDIR}/
- oe_libinstall -a -so libcrypto ${STAGING_LIBDIR}
- oe_libinstall -a -so libssl ${STAGING_LIBDIR}
-}
-
do_install () {
oe_runmake INSTALL_PREFIX="${D}" install
@@ -114,4 +108,7 @@ do_install () {
oe_libinstall -so libcrypto ${D}${libdir}
oe_libinstall -so libssl ${D}${libdir}
+
+ install -d ${D}${includedir}
+ cp --dereference -R include/openssl ${D}${includedir}
}