blob: 28c84af7adb4bbfc5452d445f66d90bccfa2b73a [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
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080013PV = "1.2.0+git${SRCPV}"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050014
Brad Bishop1d80a2e2019-11-15 16:35:03 -050015SRCREV = "4a062cf4180d99371198951e4ea5b4550efd58a3"
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"