blob: 7efd3443ddc4d43a320875f45b2ffd9dfa30641b [file] [log] [blame]
Brad Bishopc342db32019-05-15 21:57:59 -04001SUMMARY = "Platform independent Near Field Communication (NFC) library"
2DESCRIPTION = "libnfc is a library which allows userspace application access \
3to NFC devices."
4LICENSE = "LGPLv3"
5LIC_FILES_CHKSUM = "file://COPYING;md5=b52f2d57d10c4f7ee67a7eb9615d5d24"
6SECTION = "libs"
7
8inherit autotools pkgconfig
9
10S = "${WORKDIR}/git"
11SRCREV = "c42e2502d4627d3ea62f83c32677b100bb3cebdc"
Brad Bishop15ae2502019-06-18 21:44:24 -040012SRC_URI = "git://github.com/nfc-tools/libnfc.git \
13 file://0001-usbbus-Include-stdint.h-for-uintX_t.patch \
14 "
Brad Bishopc342db32019-05-15 21:57:59 -040015
Brad Bishop15ae2502019-06-18 21:44:24 -040016CFLAGS_append_libc-musl = " -D_GNU_SOURCE"
Brad Bishopc342db32019-05-15 21:57:59 -040017DEPENDS = "libusb"