summaryrefslogtreecommitdiff
path: root/org.handhelds.familiar/packages/gnutls/gnutls_1.4.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'org.handhelds.familiar/packages/gnutls/gnutls_1.4.4.bb')
-rw-r--r--org.handhelds.familiar/packages/gnutls/gnutls_1.4.4.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/org.handhelds.familiar/packages/gnutls/gnutls_1.4.4.bb b/org.handhelds.familiar/packages/gnutls/gnutls_1.4.4.bb
index 0391f59..d5b2fb8 100644
--- a/org.handhelds.familiar/packages/gnutls/gnutls_1.4.4.bb
+++ b/org.handhelds.familiar/packages/gnutls/gnutls_1.4.4.bb
@@ -4,11 +4,16 @@ HOMEPAGE = "http://www.gnu.org/software/gnutls/"
LICENSE = "LGPL"
SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2 \
+ file://onceonly.m4 \
file://gnutls-openssl.patch;patch=1 \
file://gnutls-texinfo-euro.patch;patch=1"
inherit autotools binconfig pkgconfig
+do_configure_prepend() {
+ cp ${WORKDIR}/onceonly.m4 ${S}/m4/
+}
+
PACKAGES =+ "${PN}-openssl ${PN}-extra ${PN}-bin"
FILES_${PN}-openssl = "${libdir}/libgnutls-openssl.so.*"
FILES_${PN}-extra = "${libdir}/libgnutls-extra.so.*"