summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-core/libnfc/libnfc_git.bb14
1 files changed, 14 insertions, 0 deletions
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 0000000000..d00733bf58
--- /dev/null
+++ b/meta-oe/recipes-core/libnfc/libnfc_git.bb
@@ -0,0 +1,14 @@
1SUMMARY = "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"
12SRC_URI = "git://github.com/nfc-tools/libnfc.git"
13
14DEPENDS = "libusb"