blob: 2851ecf9fea88a406d1b091eacd38e5e0597e4b4 [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
Andrew Geissler82c905d2020-04-13 13:39:40 -050010PV = "1.7.1+git${SRCPV}"
11
Brad Bishopc342db32019-05-15 21:57:59 -040012S = "${WORKDIR}/git"
Brad Bishope42b3e32020-01-15 22:08:42 -050013SRCREV = "2d4543673e9b76c02679ca8b89259659f1afd932"
Brad Bishop15ae2502019-06-18 21:44:24 -040014SRC_URI = "git://github.com/nfc-tools/libnfc.git \
15 file://0001-usbbus-Include-stdint.h-for-uintX_t.patch \
16 "
Brad Bishopc342db32019-05-15 21:57:59 -040017
Brad Bishop15ae2502019-06-18 21:44:24 -040018CFLAGS_append_libc-musl = " -D_GNU_SOURCE"
Brad Bishopc342db32019-05-15 21:57:59 -040019DEPENDS = "libusb"