From a42d240cc51451e7081acbf8e3ee8af5fd9e1f7a Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Fri, 5 Mar 2010 21:46:06 +0100 Subject: gnutls: install m4 macros only in <2.8.5 versions 2.8.5 does not have M4 macros which were available for older versions. Debian does not ship them too. Signed-off-by: Marcin Juszkiewicz --- recipes/gnutls/gnutls.inc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'recipes') diff --git a/recipes/gnutls/gnutls.inc b/recipes/gnutls/gnutls.inc index 101e291f66..5ec65fd959 100644 --- a/recipes/gnutls/gnutls.inc +++ b/recipes/gnutls/gnutls.inc @@ -7,15 +7,9 @@ SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2;name=gnutls" inherit autotools binconfig pkgconfig -INC_PR = "r7" +INC_PR = "r8" EXTRA_OECONF = "--with-included-opencdk --with-included-libtasn1" -do_install_append() { - - install -d ${D}${datadir}/aclocal - install -m 0644 ${S}/lib/libgnutls.m4 ${D}${datadir}/aclocal/ || true - install -m 0644 ${S}/libextra/libgnutls-extra.m4 ${D}${datadir}/aclocal/ || true -} PACKAGES =+ "${PN}-openssl ${PN}-extra ${PN}-bin ${PN}-xx" -- cgit v1.2.3