mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
c61dc077bb
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
18 lines
521 B
BlitzBasic
18 lines
521 B
BlitzBasic
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.8.0+git${SRCPV}"
|
|
|
|
S = "${WORKDIR}/git"
|
|
SRCREV = "f02ff51449240102c27a97173dc495e8e7789046"
|
|
SRC_URI = "git://github.com/nfc-tools/libnfc.git"
|
|
|
|
CFLAGS:append:libc-musl = " -D_GNU_SOURCE"
|
|
DEPENDS = "libusb"
|