Adding missing plugin libraries to package.
authorccsmart <ccsmart@smartpal.de>
Sun, 10 Jul 2005 08:38:37 +0000 (08:38 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 10 Jul 2005 08:38:37 +0000 (08:38 +0000)
packages/cyrus-sasl/cyrus-sasl_2.1.19.bb

index 37c8292..7109a54 100644 (file)
@@ -14,6 +14,8 @@ EXTRA_OECONF = "--enable-shared --enable-static --with-dblib=berkeley \
                --with-bdb-incdir=${STAGING_INCDIR} \
                --without-opie --without-des"
 
+FILES_${PN} += "${prefix}/lib/sasl2/*.so*"
+
 do_configure_prepend () {
        rm -f acinclude.m4 config/libtool.m4
 }