From: Khem Raj Date: Sat, 28 Apr 2018 07:39:56 +0000 (-0700) Subject: tcp-wrapper: Use external libnsl X-Git-Tag: yocto-4.0~13515 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=434435b589b4f615378293b6d27dfb2e32665084;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git tcp-wrapper: Use external libnsl We dropped in-tree obsoleted libnsl from glibc Signed-off-by: Khem Raj --- diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb b/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb index 3ece8c3012f..0f50674653e 100644 --- a/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb +++ b/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb @@ -8,6 +8,7 @@ LICENSE = "BSD" LIC_FILES_CHKSUM = "file://DISCLAIMER;md5=071bd69cb78b18888ea5e3da5c3127fa" PR ="r10" +DEPENDS += "libnsl2" PACKAGES = "${PN}-dbg libwrap libwrap-doc libwrap-dev libwrap-staticdev ${PN} ${PN}-doc" FILES_libwrap = "${base_libdir}/lib*${SOLIBS}" @@ -67,7 +68,6 @@ EXTRA_OEMAKE = "'CC=${CC}' \ 'KILL_OPT=-DKILL_IP_OPTIONS' \ 'UMASK=-DDAEMON_UMASK=022' \ 'NETGROUP=${EXTRA_OEMAKE_NETGROUP}' \ - 'LIBS=-lnsl' \ 'ARFLAGS=rv' \ 'AUX_OBJ=weak_symbols.o' \ 'TLI=' \