Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | # Copyright (C) 2018 Khem Raj <raj.khem@gmail.com> |
| 2 | # Released under the MIT license (see COPYING.MIT for the terms) |
| 3 | |
| 4 | SUMMARY = "NSS module for glibc, to provide NIS support for glibc" |
| 5 | |
| 6 | DESCRIPTION = "This package contains the NSS NIS plugin for glibc.\ |
| 7 | This code was formerly part of glibc, but is now standalone to\ |
| 8 | be able to link against TI-RPC for IPv6 support." |
| 9 | |
| 10 | HOMEPAGE = "https://github.com/thkukuk/libnss_nis" |
| 11 | LICENSE = "LGPL-2.1" |
| 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
| 13 | SECTION = "libs" |
| 14 | DEPENDS += "libtirpc libnsl2" |
| 15 | |
Brad Bishop | c68388fc | 2019-08-26 01:33:31 -0400 | [diff] [blame] | 16 | PV = "3.1+git${SRCPV}" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 17 | |
Brad Bishop | c68388fc | 2019-08-26 01:33:31 -0400 | [diff] [blame] | 18 | SRCREV = "062f31999b35393abf7595cb89dfc9590d5a42ad" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 19 | |
| 20 | SRC_URI = "git://github.com/thkukuk/libnss_nis \ |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 21 | " |
| 22 | |
| 23 | S = "${WORKDIR}/git" |
| 24 | |
| 25 | inherit autotools pkgconfig |
| 26 | |
| 27 | BBCLASSEXTEND += "native nativesdk" |
| 28 | # |
| 29 | # We will skip parsing this packagegeoup for non-glibc systems |
| 30 | # |
| 31 | COMPATIBLE_HOST_libc-musl = 'null' |