diff options
author | Ross Burton <ross.burton@arm.com> | 2021-12-13 11:05:07 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-12-13 21:20:01 -0800 |
commit | 928d69e2f758819189facffea193eb024a53fa1f (patch) | |
tree | e50de8ee14f76a3238d17188c3d55332b68a4769 | |
parent | 4c25889a543f3d96fde539a21d68ff2e3d1568ea (diff) | |
download | meta-openembedded-928d69e2f758819189facffea193eb024a53fa1f.tar.gz |
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 <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-support/unbound/unbound_1.13.2.bb | 4 |
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" | |||
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
23 | 23 | ||
24 | EXTRA_OECONF = "--with-libexpat=${STAGING_EXECPREFIXDIR} \ | 24 | EXTRA_OECONF = "--with-libexpat=${STAGING_EXECPREFIXDIR} \ |
25 | --with-ssl=${STAGING_EXECPREFIXDIR} \ | 25 | --with-ssl=${STAGING_EXECPREFIXDIR}" |
26 | libtool=${HOST_SYS}-libtool \ | ||
27 | " | ||
28 | 26 | ||
29 | 27 | ||
30 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'largefile systemd', d)}" | 28 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'largefile systemd', d)}" |