blob: 7919ef9b246b0087911e2653d24f47958a4ce859 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001# Copyright (C) 2017 Khem Raj <raj.khem@gmail.com>
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4SUMMARY = "Library containing NIS functions using TI-RPC (IPv6 enabled)"
5DESCRIPTION = "This library contains the public client interface for NIS(YP) and NIS+\
6 it was part of glibc and now is standalone packages. it also supports IPv6"
7HOMEPAGE = "https://github.com/thkukuk/libnsl"
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00008LICENSE = "LGPL-2.1-only"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05009LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
10SECTION = "libs"
11DEPENDS = "libtirpc"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050012
Andrew Geisslerd159c7f2021-09-02 21:05:58 -050013PV = "2.0.0"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050014
Andrew Geisslerd159c7f2021-09-02 21:05:58 -050015SRCREV = "82245c0c58add79a8e34ab0917358217a70e5100"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050016
Andrew Geissler595f6302022-01-24 19:11:47 +000017SRC_URI = "git://github.com/thkukuk/libnsl;branch=master;protocol=https \
Brad Bishopd7bf8c12018-02-25 22:55:05 -050018 "
19
20S = "${WORKDIR}/git"
21
22inherit autotools pkgconfig gettext
23
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080024BBCLASSEXTEND = "native nativesdk"