summaryrefslogtreecommitdiff
path: root/packages/gnutls/gnutls_1.4.0.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-08-16 06:41:46 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-08-16 06:41:46 +0000
commit66493ec0a345f991484c33e8710cc0b14020ec64 (patch)
treef1daa44e71a7acd3b76ac73dacd36b3805a194e8 /packages/gnutls/gnutls_1.4.0.bb
parent27943383a790781dc1a940cc79e6175f4e247ff5 (diff)
gnutls: stage m4 needed by lftp
Diffstat (limited to 'packages/gnutls/gnutls_1.4.0.bb')
-rw-r--r--packages/gnutls/gnutls_1.4.0.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/gnutls/gnutls_1.4.0.bb b/packages/gnutls/gnutls_1.4.0.bb
index 7a934a8131..d0167ea6af 100644
--- a/packages/gnutls/gnutls_1.4.0.bb
+++ b/packages/gnutls/gnutls_1.4.0.bb
@@ -3,6 +3,7 @@ DEPENDS = "zlib libgcrypt lzo"
MAINTAINER = "Eric Shattow <lucent@gmail.com>"
HOMEPAGE = "http://www.gnu.org/software/gnutls/"
LICENSE = "LGPL"
+PR = "r1"
SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2 \
file://gnutls-openssl.patch;patch=1 \
@@ -31,5 +32,8 @@ do_stage() {
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
+
+ install -d ${STAGING_DATADIR}/aclocal
+ cp ${S}/libgnutls.m4 ${STAGING_DATADIR}/aclocal/
}