blob: 34103428e91e8193ac76b40339c2d3c1443b5146 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001# Copyright (C) 2018 Khem Raj <raj.khem@gmail.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_nis"
11LICENSE = "LGPL-2.1"
12LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
13SECTION = "libs"
14DEPENDS += "libtirpc libnsl2"
15
Brad Bishopc68388fc2019-08-26 01:33:31 -040016PV = "3.1+git${SRCPV}"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080017
Brad Bishopc68388fc2019-08-26 01:33:31 -040018SRCREV = "062f31999b35393abf7595cb89dfc9590d5a42ad"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080019
20SRC_URI = "git://github.com/thkukuk/libnss_nis \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080021 "
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#
Patrick Williams213cb262021-08-07 19:21:33 -050031COMPATIBLE_HOST:libc-musl = 'null'