[oe-commits] [meta-openembedded] 25/26: libnfc: Initial recipe for Near Field Communication library.

git at git.openembedded.org git at git.openembedded.org
Thu May 2 21:19:34 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit dd6b1d2fb5e8a32ce0e287fe65f7f337a94f99e9
Author: Ankit Navik <ankit.tarot at gmail.com>
AuthorDate: Thu May 2 21:13:17 2019 +0530

    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 <ankit.tarot at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-core/libnfc/libnfc_git.bb | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

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 0000000..d00733b
--- /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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list