aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnutls
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-11-19 20:15:01 +0100
committerKoen Kooi <koen@openembedded.org>2008-11-19 20:15:01 +0100
commitd1cc2c6a2f5198070e9a4270e4a47bafcc502451 (patch)
treea7b35f45009ca74caa3e966b54bc5e056c0def31 /packages/gnutls
parentd894e391d3c56691674ca3ce00df6172539cc8c0 (diff)
downloadopenembedded-d1cc2c6a2f5198070e9a4270e4a47bafcc502451.tar.gz
gnutls: don't stage libs with autotools_stage_all, gnutls has a broken autofoo
Diffstat (limited to 'packages/gnutls')
-rw-r--r--packages/gnutls/gnutls.inc2
-rw-r--r--packages/gnutls/gnutls_2.4.2.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/gnutls/gnutls.inc b/packages/gnutls/gnutls.inc
index 31d0086b17..e438423c9c 100644
--- a/packages/gnutls/gnutls.inc
+++ b/packages/gnutls/gnutls.inc
@@ -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/
diff --git a/packages/gnutls/gnutls_2.4.2.bb b/packages/gnutls/gnutls_2.4.2.bb
index 757155c3b1..ddaef1dea3 100644
--- a/packages/gnutls/gnutls_2.4.2.bb
+++ b/packages/gnutls/gnutls_2.4.2.bb
@@ -6,4 +6,4 @@ SRC_URI += "\
file://configure_madness.patch;patch=1 \
"
-PR = "r2"
+PR = "r3"