X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=org.handhelds.familiar%2Fpackages%2Fgnutls%2Fgnutls_1.4.4.bb;h=d5b2fb8a6eaad28326a088dc23de281396520edc;hb=c9aeefb9466529eb812abe6172df4ee02a3946f9;hp=0391f59c7c5a1a11238a1403fee02fd632c1b683;hpb=7b608a62ebc89b5548deb161c184c7a5761e62bd;p=familiar-h63xx-build.git 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.*"