summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-11-19 19:45:49 +0100
committerKoen Kooi <koen@openembedded.org>2008-11-19 19:45:49 +0100
commitcbdc82a70fb9574930cd99773cbf12cd918f56ab (patch)
tree11739e1514c7239daf1003608c1d832754f2a6e4 /packages
parent685953e55ea416ad179795f69620a1857684c864 (diff)
gnutls: stage more stuff
Diffstat (limited to 'packages')
-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 e438423c9c..31d0086b17 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_includes
+ autotools_stage_all
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 15614fbe5a..757155c3b1 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 = "r1"
+PR = "r2"