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,23 @@
|
||||
SUMMARY = "Line-oriented text editor -- selftest GPL-2.0-or-later version"
|
||||
HOMEPAGE = "http://www.gnu.org/software/ed/"
|
||||
SECTION = "base"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=6ddd5335ef96fb858a138230af773710 \
|
||||
file://main.c;beginline=1;endline=17;md5=36d4b85e5ae9028e918d1cc775c2475e"
|
||||
|
||||
SRC_URI = "${SAVANNAH_GNU_MIRROR}/ed/ed-${PV}.tar.bz2"
|
||||
|
||||
SRC_URI[md5sum] = "4ee21e9dcc9b5b6012c23038734e1632"
|
||||
SRC_URI[sha256sum] = "edef2bbde0fbf0d88232782a0eded323f483a0519d6fde9a3b1809056fd35f3e"
|
||||
|
||||
inherit autotools texinfo
|
||||
|
||||
S = "${WORKDIR}/ed-${PV}"
|
||||
|
||||
EXTRA_OECONF = "'CC=${CC}' 'CXX=${CXX}' 'CFLAGS=${CFLAGS}' 'CXXFLAGS=${CXXFLAGS}' 'CPPFLAGS=${CPPFLAGS}' 'LDFLAGS=${LDFLAGS}'"
|
||||
|
||||
CONFIGUREOPTS:remove = "--disable-dependency-tracking"
|
||||
CONFIGUREOPTS:remove = "--disable-silent-rules"
|
||||
EXTRA_OECONF:remove = "--disable-static"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
@@ -0,0 +1,38 @@
|
||||
SUMMARY = "Line-oriented text editor -- selftest variant"
|
||||
HOMEPAGE = "http://www.gnu.org/software/ed/"
|
||||
|
||||
LICENSE = "GPL-3.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=0c7051aef9219dc7237f206c5c4179a7 \
|
||||
file://ed.h;endline=20;md5=4e36b7a40e137f42aee718165590d125 \
|
||||
file://main.c;endline=17;md5=c5b8f78f115df187af76868a2aead16a"
|
||||
|
||||
SECTION = "base"
|
||||
|
||||
# LSB states that ed should be in /bin/
|
||||
bindir = "${base_bindir}"
|
||||
|
||||
SRC_URI = "${GNU_MIRROR}/ed/ed-${PV}.tar.lz"
|
||||
RECIPE_NO_UPDATE_REASON = "This recipe is used in selftest and shouldn't be updated otherwise"
|
||||
|
||||
SRC_URI[md5sum] = "7f4a54fa7f366479f03654b8af645fd0"
|
||||
SRC_URI[sha256sum] = "ffb97eb8f2a2b5a71a9b97e3872adce953aa1b8958e04c5b7bf11d556f32552a"
|
||||
|
||||
S = "${WORKDIR}/ed-${PV}"
|
||||
|
||||
EXTRA_OEMAKE = "-e MAKEFLAGS="
|
||||
|
||||
inherit texinfo
|
||||
|
||||
do_configure() {
|
||||
${S}/configure
|
||||
}
|
||||
|
||||
do_install() {
|
||||
oe_runmake 'DESTDIR=${D}' install
|
||||
# Info dir listing isn't interesting at this point so remove it if it exists.
|
||||
if [ -e "${D}${infodir}/dir" ]; then
|
||||
rm -f ${D}${infodir}/dir
|
||||
fi
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
Reference in New Issue
Block a user