libnsl2_2.0.1.bb 812 B

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