xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/libnsl/libnsl2_git.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun# Copyright (C) 2017 Khem Raj <raj.khem@gmail.com>
2*4882a593Smuzhiyun# Released under the MIT license (see COPYING.MIT for the terms)
3*4882a593Smuzhiyun
4*4882a593SmuzhiyunSUMMARY = "Library containing NIS functions using TI-RPC (IPv6 enabled)"
5*4882a593SmuzhiyunDESCRIPTION = "This library contains the public client interface for NIS(YP) and NIS+\
6*4882a593Smuzhiyun               it was part of glibc and now is standalone packages. it also supports IPv6"
7*4882a593SmuzhiyunHOMEPAGE = "https://github.com/thkukuk/libnsl"
8*4882a593SmuzhiyunLICENSE = "LGPL-2.1-only"
9*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
10*4882a593SmuzhiyunSECTION = "libs"
11*4882a593SmuzhiyunDEPENDS = "libtirpc"
12*4882a593Smuzhiyun
13*4882a593SmuzhiyunPV = "2.0.0"
14*4882a593Smuzhiyun
15*4882a593SmuzhiyunSRCREV = "82245c0c58add79a8e34ab0917358217a70e5100"
16*4882a593Smuzhiyun
17*4882a593SmuzhiyunSRC_URI = "git://github.com/thkukuk/libnsl;branch=master;protocol=https \
18*4882a593Smuzhiyun          "
19*4882a593Smuzhiyun
20*4882a593SmuzhiyunS = "${WORKDIR}/git"
21*4882a593Smuzhiyun
22*4882a593Smuzhiyuninherit autotools pkgconfig gettext
23*4882a593Smuzhiyun
24*4882a593SmuzhiyunBBCLASSEXTEND = "native nativesdk"
25