libnss-nisplus.bb 905 B

12345678910111213141516171819202122232425262728293031
  1. # Copyright (C) 2019 Ruslan Bilovol <rbilovol@cisco.com>
  2. # Released under the MIT license (see COPYING.MIT for the terms)
  3. SUMMARY = "NSS module for glibc, to provide NIS+ support for glibc"
  4. DESCRIPTION = "This package contains the NSS NIS+ plugin for glibc.\
  5. This code was formerly part of glibc, but is now standalone to\
  6. be able to link against TI-RPC for IPv6 support."
  7. HOMEPAGE = "https://github.com/thkukuk/libnss_nisplus"
  8. LICENSE = "LGPL-2.1"
  9. LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
  10. SECTION = "libs"
  11. DEPENDS += "libtirpc libnsl2"
  12. PV = "1.3+git${SRCPV}"
  13. SRCREV = "116219e215858f4af9370171d3ead63baca8fdb4"
  14. SRC_URI = "git://github.com/thkukuk/libnss_nisplus \
  15. "
  16. S = "${WORKDIR}/git"
  17. inherit autotools pkgconfig
  18. BBCLASSEXTEND += "native nativesdk"
  19. #
  20. # We will skip parsing this packagegeoup for non-glibc systems
  21. #
  22. COMPATIBLE_HOST_libc-musl = 'null'