summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-08-26 11:26:27 -0700
committerKhem Raj <raj.khem@gmail.com>2021-08-26 11:57:26 -0700
commit53e5731207c41ecc06534697ec728b20682e22b0 (patch)
treefd4e381437cda5f5cf6a185f1341c6904ad1a314 /meta-oe/recipes-extended
parent18306e6fccd6cab57823059b21ba17188a5501e3 (diff)
downloadmeta-openembedded-53e5731207c41ecc06534697ec728b20682e22b0.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r--meta-oe/recipes-extended/libnss-nisplus/libnss-nisplus.bb31
1 files changed, 0 insertions, 31 deletions
diff --git a/meta-oe/recipes-extended/libnss-nisplus/libnss-nisplus.bb b/meta-oe/recipes-extended/libnss-nisplus/libnss-nisplus.bb
deleted file mode 100644
index 602e96375..000000000
--- a/meta-oe/recipes-extended/libnss-nisplus/libnss-nisplus.bb
+++ /dev/null
@@ -1,31 +0,0 @@
1# Copyright (C) 2019 Ruslan Bilovol <rbilovol@cisco.com>
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4SUMMARY = "NSS module for glibc, to provide NIS+ support for glibc"
5
6DESCRIPTION = "This package contains the NSS NIS+ plugin for glibc.\
7This code was formerly part of glibc, but is now standalone to\
8be able to link against TI-RPC for IPv6 support."
9
10HOMEPAGE = "https://github.com/thkukuk/libnss_nisplus"
11LICENSE = "LGPL-2.1"
12LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
13SECTION = "libs"
14DEPENDS += "libtirpc libnsl2"
15
16PV = "1.3+git${SRCPV}"
17
18SRCREV = "116219e215858f4af9370171d3ead63baca8fdb4"
19
20SRC_URI = "git://github.com/thkukuk/libnss_nisplus \
21 "
22
23S = "${WORKDIR}/git"
24
25inherit autotools pkgconfig
26
27BBCLASSEXTEND += "native nativesdk"
28#
29# We will skip parsing this packagegeoup for non-glibc systems
30#
31COMPATIBLE_HOST:libc-musl = 'null'