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@juszkiewicz.com.pl>
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"