From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../meta-oe/recipes-core/libnfc/libnfc_git.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 external/meta-openembedded/meta-oe/recipes-core/libnfc/libnfc_git.bb (limited to 'external/meta-openembedded/meta-oe/recipes-core/libnfc/libnfc_git.bb') diff --git a/external/meta-openembedded/meta-oe/recipes-core/libnfc/libnfc_git.bb b/external/meta-openembedded/meta-oe/recipes-core/libnfc/libnfc_git.bb new file mode 100644 index 00000000..2851ecf9 --- /dev/null +++ b/external/meta-openembedded/meta-oe/recipes-core/libnfc/libnfc_git.bb @@ -0,0 +1,19 @@ +SUMMARY = "Platform independent Near Field Communication (NFC) library" +DESCRIPTION = "libnfc is a library which allows userspace application access \ +to NFC devices." +LICENSE = "LGPLv3" +LIC_FILES_CHKSUM = "file://COPYING;md5=b52f2d57d10c4f7ee67a7eb9615d5d24" +SECTION = "libs" + +inherit autotools pkgconfig + +PV = "1.7.1+git${SRCPV}" + +S = "${WORKDIR}/git" +SRCREV = "2d4543673e9b76c02679ca8b89259659f1afd932" +SRC_URI = "git://github.com/nfc-tools/libnfc.git \ + file://0001-usbbus-Include-stdint.h-for-uintX_t.patch \ + " + +CFLAGS_append_libc-musl = " -D_GNU_SOURCE" +DEPENDS = "libusb" -- cgit 1.2.3-korg