[oe-commits] org.oe.dev gnutls: drop autoconf 2.59 hack (synced from Poky)

hrw commit openembedded-commits at lists.openembedded.org
Fri Oct 19 12:31:21 UTC 2007


gnutls: drop autoconf 2.59 hack (synced from Poky)

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: 357ffb48968d6006c0a77cecff185cc0c11cc0d3
ViewMTN: http://monotone.openembedded.org/revision/info/357ffb48968d6006c0a77cecff185cc0c11cc0d3
Files:
1
packages/gnutls/gnutls/onceonly.m4
packages/gnutls/gnutls.inc
Diffs:

#
# mt diff -rfef3069502758e3e525ba100fb180bf19f383f66 -r357ffb48968d6006c0a77cecff185cc0c11cc0d3
#
# 
# 
# delete "packages/gnutls/gnutls/onceonly.m4"
# 
# patch "packages/gnutls/gnutls.inc"
#  from [c9bbf39496c2bdfdabb153b72ae6dffd0abdca28]
#    to [68f9beaa99eeb59c7371dd555e9485abd13efa46]
# 
============================================================
--- packages/gnutls/gnutls.inc	c9bbf39496c2bdfdabb153b72ae6dffd0abdca28
+++ packages/gnutls/gnutls.inc	68f9beaa99eeb59c7371dd555e9485abd13efa46
@@ -6,17 +6,12 @@ SRC_URI = "ftp://ftp.gnutls.org/pub/gnut
 
 SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2 \
            file://gnutls-openssl.patch;patch=1 \
-           file://onceonly.m4 \
            file://gnutls-texinfo-euro.patch;patch=1"
 
 inherit autotools binconfig pkgconfig
 
 EXTRA_OECONF="--with-included-opencdk --with-included-libtasn1"
 
-do_configure_prepend() {
-        cp ${WORKDIR}/onceonly.m4 ${S}/m4/
-}
-
 do_stage() {
     oe_libinstall -C lib/.libs -so -a libgnutls ${STAGING_LIBDIR}
     oe_libinstall -C libextra/.libs -so -a libgnutls-extra ${STAGING_LIBDIR}






More information about the Openembedded-commits mailing list