mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
* Drop SRCPV similarly like oe-core did in: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=843f82a246a535c353e08072f252d1dc78217872 * SRCPV is deferred now from PV to PKGV since: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=a8e7b0f932b9ea69b3a218fca18041676c65aba0 Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
18 lines
549 B
BlitzBasic
18 lines
549 B
BlitzBasic
SUMMARY = "Platform independent Near Field Communication (NFC) library"
|
|
DESCRIPTION = "libnfc is a library which allows userspace application access \
|
|
to NFC devices."
|
|
LICENSE = "LGPL-3.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b52f2d57d10c4f7ee67a7eb9615d5d24"
|
|
SECTION = "libs"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
PV = "1.8.0+git"
|
|
|
|
S = "${WORKDIR}/git"
|
|
SRCREV = "f02ff51449240102c27a97173dc495e8e7789046"
|
|
SRC_URI = "git://github.com/nfc-tools/libnfc.git;branch=master;protocol=https"
|
|
|
|
CFLAGS:append:libc-musl = " -D_GNU_SOURCE"
|
|
DEPENDS = "libusb"
|