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:
16
sources/poky/meta/recipes-support/libmd/libmd_1.1.0.bb
Normal file
16
sources/poky/meta/recipes-support/libmd/libmd_1.1.0.bb
Normal file
@@ -0,0 +1,16 @@
|
||||
SUMMARY = "Message Digest functions from BSD systems"
|
||||
DESCRIPTION = "This library provides message digest functions \
|
||||
found on BSD systems either on their libc (NetBSD, OpenBSD) or \
|
||||
libmd (FreeBSD, DragonflyBSD, macOS, Solaris) libraries and \
|
||||
lacking on others like GNU systems."
|
||||
HOMEPAGE = "https://www.hadrons.org/software/libmd/"
|
||||
|
||||
LICENSE = "BSD-3-Clause & BSD-2-Clause"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=0436d4fb62a71f661d6e8b7812f9e1df"
|
||||
|
||||
SRC_URI = "https://archive.hadrons.org/software/libmd/libmd-${PV}.tar.xz"
|
||||
SRC_URI[sha256sum] = "1bd6aa42275313af3141c7cf2e5b964e8b1fd488025caf2f971f43b00776b332"
|
||||
|
||||
inherit autotools
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user