mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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>
This commit is contained in:
@@ -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)}"
|
||||
|
||||
Reference in New Issue
Block a user