libnss-nisplus: Remove

The support for NIS+ has been dropped in libnsl2 [1]
moreover the upstream repository has been archived [2] which indicates that
this component is no more actively maintained

[1] https://github.com/thkukuk/libnsl/commit/74c9cdf0ee0cc1a21936a20dd4eb4542faa03867
[2] https://github.com/thkukuk/libnss_nisplus

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Ruslan Bilovol <rbilovol@cisco.com>
Cc: Alexander Kanavin <alex.kanavin@gmail.com>
This commit is contained in:
Khem Raj
2021-08-26 11:26:27 -07:00
parent 18306e6fcc
commit 53e5731207
2 changed files with 1 additions and 33 deletions
@@ -395,7 +395,6 @@ RDEPENDS:packagegroup-meta-oe-extended ="\
libusbmuxd \ libusbmuxd \
liblockfile \ liblockfile \
liblogging \ liblogging \
libnss-nisplus \
libpwquality \ libpwquality \
${@bb.utils.contains("DISTRO_FEATURES", "systemd", "libreport", "", d)} \ ${@bb.utils.contains("DISTRO_FEATURES", "systemd", "libreport", "", d)} \
libserialport \ libserialport \
@@ -434,7 +433,7 @@ RDEPENDS:packagegroup-meta-oe-extended:append:libc-musl = " libexecinfo"
RDEPENDS:packagegroup-meta-oe-extended:append:x86-64 = " pmdk libx86-1" RDEPENDS:packagegroup-meta-oe-extended:append:x86-64 = " pmdk libx86-1"
RDEPENDS:packagegroup-meta-oe-extended:append:x86 = " libx86-1" RDEPENDS:packagegroup-meta-oe-extended:append:x86 = " libx86-1"
RDEPENDS:packagegroup-meta-oe-extended:remove:libc-musl = "libnss-nisplus sysdig" RDEPENDS:packagegroup-meta-oe-extended:remove:libc-musl = "sysdig"
RDEPENDS:packagegroup-meta-oe-extended:remove:mipsarch = "upm mraa minifi-cpp tiptop" RDEPENDS:packagegroup-meta-oe-extended:remove:mipsarch = "upm mraa minifi-cpp tiptop"
RDEPENDS:packagegroup-meta-oe-extended:remove:mips = "sysdig" RDEPENDS:packagegroup-meta-oe-extended:remove:mips = "sysdig"
RDEPENDS:packagegroup-meta-oe-extended:remove:powerpc = "upm mraa minifi-cpp" RDEPENDS:packagegroup-meta-oe-extended:remove:powerpc = "upm mraa minifi-cpp"
@@ -1,31 +0,0 @@
# Copyright (C) 2019 Ruslan Bilovol <rbilovol@cisco.com>
# Released under the MIT license (see COPYING.MIT for the terms)
SUMMARY = "NSS module for glibc, to provide NIS+ support for glibc"
DESCRIPTION = "This package contains the NSS NIS+ plugin for glibc.\
This code was formerly part of glibc, but is now standalone to\
be able to link against TI-RPC for IPv6 support."
HOMEPAGE = "https://github.com/thkukuk/libnss_nisplus"
LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
SECTION = "libs"
DEPENDS += "libtirpc libnsl2"
PV = "1.3+git${SRCPV}"
SRCREV = "116219e215858f4af9370171d3ead63baca8fdb4"
SRC_URI = "git://github.com/thkukuk/libnss_nisplus \
"
S = "${WORKDIR}/git"
inherit autotools pkgconfig
BBCLASSEXTEND += "native nativesdk"
#
# We will skip parsing this packagegeoup for non-glibc systems
#
COMPATIBLE_HOST:libc-musl = 'null'