[oe-commits] Marcin Juszkiewicz : gnutls: install m4 macros only in <2.8.5 versions

git version control git at git.openembedded.org
Sun Mar 7 11:35:48 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: a42d240cc51451e7081acbf8e3ee8af5fd9e1f7a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a42d240cc51451e7081acbf8e3ee8af5fd9e1f7a

Author: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>
Date:   Fri Mar  5 21:46:06 2010 +0100

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 <marcin at juszkiewicz.com.pl>

---

 recipes/gnutls/gnutls.inc |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/recipes/gnutls/gnutls.inc b/recipes/gnutls/gnutls.inc
index 101e291..5ec65fd 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"
 





More information about the Openembedded-commits mailing list