aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2021-12-10 14:06:47 +0000
committerRoss Burton <ross.burton@arm.com>2021-12-10 14:06:47 +0000
commit983705855a5b1cb38fc2eb7a87b516d05c5c3c1d (patch)
treee772d1a71fd98547f5fabd032712b078d8c1b1f6
parent5707f1be21858375e995d7edbadac514bb7217ef (diff)
downloadmeta-openembedded-contrib-983705855a5b1cb38fc2eb7a87b516d05c5c3c1d.tar.gz
unbound: fix libtool
-rw-r--r--meta-networking/recipes-support/unbound/unbound_1.13.2.bb4
1 files changed, 1 insertions, 3 deletions
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)}"