12345678910111213141516171819202122 |
- # Copyright (C) 2017 Khem Raj <raj.khem@gmail.com>
- # Released under the MIT license (see COPYING.MIT for the terms)
- SUMMARY = "Library containing NIS functions using TI-RPC (IPv6 enabled)"
- DESCRIPTION = "This library contains the public client interface for NIS(YP) and NIS+\
- it was part of glibc and now is standalone packages. it also supports IPv6"
- HOMEPAGE = "https://github.com/thkukuk/libnsl"
- LICENSE = "LGPL-2.1-only"
- LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
- SECTION = "libs"
- DEPENDS = "libtirpc"
- CVE_PRODUCT = "libnsl_project:libnsl"
- SRC_URI = "git://github.com/thkukuk/libnsl;branch=master;protocol=https"
- SRCREV = "d4b22e54b5e6637a69b26eab5faad2a326c9b182"
- S = "${WORKDIR}/git"
- inherit autotools pkgconfig gettext
- BBCLASSEXTEND = "native nativesdk"
|