aboutsummaryrefslogtreecommitdiffstats
path: root/packages/cyrus-sasl
diff options
context:
space:
mode:
authorRene Wagner <rw@handhelds.org>2006-01-05 19:43:43 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-05 19:43:43 +0000
commit5bb30f1aad54a468210a0db96b3b2b3971320b07 (patch)
tree10f36778dd55e6e19ae0c63658b2fa6fd5b52d53 /packages/cyrus-sasl
parent3e48cd3d3f3cf048cf39f520be15d8c565f9e806 (diff)
downloadopenembedded-5bb30f1aad54a468210a0db96b3b2b3971320b07.tar.gz
cyrus-sasl: revert deletion of do_stage() applied in cc38fee3e6ce218e7c6a178c82b40f9a3a3ed885
Diffstat (limited to 'packages/cyrus-sasl')
-rw-r--r--packages/cyrus-sasl/cyrus-sasl_2.1.19.bb13
1 files changed, 11 insertions, 2 deletions
diff --git a/packages/cyrus-sasl/cyrus-sasl_2.1.19.bb b/packages/cyrus-sasl/cyrus-sasl_2.1.19.bb
index ba6dc65f88..74269364a5 100644
--- a/packages/cyrus-sasl/cyrus-sasl_2.1.19.bb
+++ b/packages/cyrus-sasl/cyrus-sasl_2.1.19.bb
@@ -2,7 +2,7 @@ SECTION = "console/network"
DEPENDS = "openssl virtual/db"
DESCRIPTION = "Generic client/server library for SASL authentication."
LICENSE = "BSD"
-PR = "r8"
+PR = "r9"
SRC_URI = "ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-${PV}.tar.gz \
file://berkdb.m4.patch;patch=1"
@@ -33,7 +33,16 @@ do_compile_prepend () {
}
do_stage () {
- autotools_stage_all
+ oe_libinstall -so -a -C lib libsasl2 ${STAGING_LIBDIR}
+ install -d ${STAGING_LIBDIR}/sasl2
+ install -d ${STAGING_INCDIR}/sasl
+ install -m 0644 ${S}/include/hmac-md5.h ${STAGING_INCDIR}/sasl/
+ install -m 0644 ${S}/include/md5.h ${STAGING_INCDIR}/sasl/
+ install -m 0644 ${S}/include/md5global.h ${STAGING_INCDIR}/sasl/
+ install -m 0644 ${S}/include/sasl.h ${STAGING_INCDIR}/sasl/
+ install -m 0644 ${S}/include/saslplug.h ${STAGING_INCDIR}/sasl/
+ install -m 0644 ${S}/include/saslutil.h ${STAGING_INCDIR}/sasl/
+ install -m 0644 ${S}/include/prop.h ${STAGING_INCDIR}/sasl/
}
pkg_postinst () {