updated recipes to new requirements of openembedded and newer versions
git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@725 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
16
bitbake/libnfc/libnfc.bb
Normal file
16
bitbake/libnfc/libnfc.bb
Normal file
@@ -0,0 +1,16 @@
|
||||
SUMMARY = "Public platform independent Near Field Communication (NFC) library"
|
||||
DESCRIPTION = "libnfc is a library which allows userspace application access to NFC devices."
|
||||
HOMEPAGE = "http://www.libnfc.org/"
|
||||
BUGTRACKER = "http://code.google.com/p/libnfc/issues/list"
|
||||
|
||||
LICENSE = "LGPLv3"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b52f2d57d10c4f7ee67a7eb9615d5d24"
|
||||
|
||||
SRC_URI = "svn://libnfc.googlecode.com/svn/tags/;module=libnfc-1.5.1;proto=http"
|
||||
SRCREV = "1326"
|
||||
PV = "1.5.1+svnr${SRCPV}"
|
||||
PR = "r0"
|
||||
|
||||
S = "${WORKDIR}/libnfc-1.5.1"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
Reference in New Issue
Block a user