diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2006-01-03 01:58:41 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-03 01:58:41 +0000 |
commit | 8d25d4a92eb85efbc6eef647858962a5a80ec2a3 (patch) | |
tree | eeff32c7cc119c2a88316ad9ade01fd6d0d56668 /packages | |
parent | 7e6d4a5f4928395017651ad8bfc6114b26a9be67 (diff) |
cyrus-sasl: change do_stage to use autotools_stage_all in 2.1.19
Diffstat (limited to 'packages')
-rw-r--r-- | packages/cyrus-sasl/cyrus-sasl_2.1.19.bb | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/packages/cyrus-sasl/cyrus-sasl_2.1.19.bb b/packages/cyrus-sasl/cyrus-sasl_2.1.19.bb index 90c44c912f..ba6dc65f88 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 = "r7" +PR = "r8" SRC_URI = "ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-${PV}.tar.gz \ file://berkdb.m4.patch;patch=1" @@ -33,16 +33,7 @@ do_compile_prepend () { } do_stage () { - 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/ + autotools_stage_all } pkg_postinst () { |