mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
b402a3076f
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
18 lines
550 B
BlitzBasic
18 lines
550 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;branch=master;protocol=https"
|
|
|
|
CFLAGS:append:libc-musl = " -D_GNU_SOURCE"
|
|
DEPENDS = "libusb"
|