blob: badb71d97741aa8bcf054cafb2e53cb5841d1345 [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"
8LICENSE = "LGPL-2.1"
9LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
10SECTION = "libs"
11DEPENDS = "libtirpc"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050012
Andrew Geisslerb7d28612020-07-24 16:15:54 -050013PV = "1.3.0"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050014
Andrew Geisslerb7d28612020-07-24 16:15:54 -050015SRCREV = "fbad7b36acaa89a54023930af70805649f962999"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050016
17SRC_URI = "git://github.com/thkukuk/libnsl \
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"