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:
22
sources/poky/meta/recipes-core/fts/fts_1.2.7.bb
Normal file
22
sources/poky/meta/recipes-core/fts/fts_1.2.7.bb
Normal file
@@ -0,0 +1,22 @@
|
||||
# Copyright (C) 2015 Khem Raj <raj.khem@gmail.com>
|
||||
# Released under the MIT license (see COPYING.MIT for the terms)
|
||||
|
||||
SUMMARY = "Implementation of fts for musl libc packages"
|
||||
HOMEPAGE = "https://github.com/pullmoll/musl-fts"
|
||||
DESCRIPTION = "The musl-fts package implements the fts(3) functions fts_open, fts_read, fts_children, fts_set and fts_close, which are missing in musl libc."
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=5ffe358174aad383f1b69ce3b53da982"
|
||||
SECTION = "libs"
|
||||
|
||||
SRCREV = "0bde52df588e8969879a2cae51c3a4774ec62472"
|
||||
|
||||
SRC_URI = "git://github.com/pullmoll/musl-fts.git;branch=master;protocol=https"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
#
|
||||
# We will skip parsing for non-musl systems
|
||||
#
|
||||
COMPATIBLE_HOST = ".*-musl.*"
|
||||
|
||||
Reference in New Issue
Block a user