Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 1 | # Copyright (C) 2019 Ruslan Bilovol <rbilovol@cisco.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_nisplus" |
| 11 | LICENSE = "LGPL-2.1" |
| 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
| 13 | SECTION = "libs" |
| 14 | DEPENDS += "libtirpc libnsl2" |
| 15 | |
| 16 | PV = "1.3+git${SRCPV}" |
| 17 | |
| 18 | SRCREV = "c6934373c7bac91499ff7bbe7d2439599325ca63" |
| 19 | |
| 20 | SRC_URI = "git://github.com/thkukuk/libnss_nisplus \ |
Brad Bishop | 0f291cc | 2019-09-01 15:16:57 -0400 | [diff] [blame] | 21 | file://0001-nisplus-hosts-Remove-use-of-RES_USE_INET6.patch \ |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 22 | " |
| 23 | |
| 24 | S = "${WORKDIR}/git" |
| 25 | |
| 26 | inherit autotools pkgconfig |
| 27 | |
| 28 | BBCLASSEXTEND += "native nativesdk" |
| 29 | # |
| 30 | # We will skip parsing this packagegeoup for non-glibc systems |
| 31 | # |
| 32 | COMPATIBLE_HOST_libc-musl = 'null' |