gnutls: don't stage libs with autotools_stage_all, gnutls has a broken autofoo
authorKoen Kooi <koen@openembedded.org>
Wed, 19 Nov 2008 19:15:01 +0000 (20:15 +0100)
committerKoen Kooi <koen@openembedded.org>
Wed, 19 Nov 2008 19:15:01 +0000 (20:15 +0100)
packages/gnutls/gnutls.inc
packages/gnutls/gnutls_2.4.2.bb

index 31d0086..e438423 100644 (file)
@@ -13,7 +13,7 @@ do_stage() {
     oe_libinstall -C lib/.libs -so -a libgnutls ${STAGING_LIBDIR}
     oe_libinstall -C libextra/.libs -so -a libgnutls-extra ${STAGING_LIBDIR}
     oe_libinstall -C libextra/.libs -so -a libgnutls-openssl ${STAGING_LIBDIR}
-    autotools_stage_all
+    autotools_stage_includes
 
     install -d ${STAGING_DATADIR}/aclocal
     cp ${S}/lib/libgnutls.m4 ${STAGING_DATADIR}/aclocal/
index 757155c..ddaef1d 100644 (file)
@@ -6,4 +6,4 @@ SRC_URI += "\
        file://configure_madness.patch;patch=1 \
        "
 
-PR = "r2"
+PR = "r3"