libnfc_git.bb 521 B

1234567891011121314151617
  1. SUMMARY = "Platform independent Near Field Communication (NFC) library"
  2. DESCRIPTION = "libnfc is a library which allows userspace application access \
  3. to NFC devices."
  4. LICENSE = "LGPLv3"
  5. LIC_FILES_CHKSUM = "file://COPYING;md5=b52f2d57d10c4f7ee67a7eb9615d5d24"
  6. SECTION = "libs"
  7. inherit autotools pkgconfig
  8. PV = "1.8.0+git${SRCPV}"
  9. S = "${WORKDIR}/git"
  10. SRCREV = "f02ff51449240102c27a97173dc495e8e7789046"
  11. SRC_URI = "git://github.com/nfc-tools/libnfc.git"
  12. CFLAGS_append_libc-musl = " -D_GNU_SOURCE"
  13. DEPENDS = "libusb"