Complete Yocto mirror with license table for TQMa6UL (2038-compliance)
- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user