mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-17 04:31:56 +02:00
Patch applied upstream removed. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
32 lines
905 B
BlitzBasic
32 lines
905 B
BlitzBasic
# 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'
|