aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnutls
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gnutls')
-rw-r--r--recipes/gnutls/gnutls.inc8
1 files changed, 1 insertions, 7 deletions
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"