From 52ab4b5323fb6b483f327fdf5d118e23d8ca3574 Mon Sep 17 00:00:00 2001 From: Ankit Navik Date: Thu, 2 May 2019 21:13:17 +0530 Subject: libnfc: Initial recipe for Near Field Communication library. Add generic recipe for Near Field Communication (NFC) library. It also includes testing scheme which is not extensive but elements are already in place. Signed-off-by: Ankit Navik Signed-off-by: Khem Raj --- meta-oe/recipes-core/libnfc/libnfc_git.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta-oe/recipes-core/libnfc/libnfc_git.bb (limited to 'meta-oe/recipes-core') diff --git a/meta-oe/recipes-core/libnfc/libnfc_git.bb b/meta-oe/recipes-core/libnfc/libnfc_git.bb new file mode 100644 index 000000000..d00733bf5 --- /dev/null +++ b/meta-oe/recipes-core/libnfc/libnfc_git.bb @@ -0,0 +1,14 @@ +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 + +S = "${WORKDIR}/git" +SRCREV = "c42e2502d4627d3ea62f83c32677b100bb3cebdc" +SRC_URI = "git://github.com/nfc-tools/libnfc.git" + +DEPENDS = "libusb" -- cgit v1.2.3-54-g00ecf