From 928d69e2f758819189facffea193eb024a53fa1f Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 13 Dec 2021 11:05:07 +0000 Subject: unbound: remove obsolete support for renamed libtool libtool is now longer renamed to ${host}-libtool, so remove the changes to support this. Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- meta-networking/recipes-support/unbound/unbound_1.13.2.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'meta-networking') diff --git a/meta-networking/recipes-support/unbound/unbound_1.13.2.bb b/meta-networking/recipes-support/unbound/unbound_1.13.2.bb index 4eb313ad09..61a75d71f4 100644 --- a/meta-networking/recipes-support/unbound/unbound_1.13.2.bb +++ b/meta-networking/recipes-support/unbound/unbound_1.13.2.bb @@ -22,9 +22,7 @@ RDEPENDS:${PN} = "bash openssl-bin daemonize" S = "${WORKDIR}/git" EXTRA_OECONF = "--with-libexpat=${STAGING_EXECPREFIXDIR} \ - --with-ssl=${STAGING_EXECPREFIXDIR} \ - libtool=${HOST_SYS}-libtool \ -" + --with-ssl=${STAGING_EXECPREFIXDIR}" PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'largefile systemd', d)}" -- cgit 1.2.3-korg