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,37 @@
|
||||
DESCRIPTION = "Eject allows removable media (typically a CD-ROM, floppy disk, tape, or JAZ or ZIP disk) to be ejected under software control."
|
||||
HOMEPAGE = "http://eject.sourceforge.net/"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
|
||||
|
||||
inherit autotools gettext update-alternatives
|
||||
|
||||
SRC_URI = "https://downloads.yoctoproject.org/mirror/sources/${BP}.tar.gz \
|
||||
file://eject-2.1.5-error-return.patch \
|
||||
file://eject-2.1.1-verbose.patch \
|
||||
file://eject-2.1.5-spaces.patch \
|
||||
file://eject-timeout.patch \
|
||||
file://0001-eject-Include-sys-sysmacros.h-for-major-minor.patch \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "b96a6d4263122f1711db12701d79f738"
|
||||
SRC_URI[sha256sum] = "ef9f7906484cfde4ba223b2682a37058f9a3c7d3bb1adda7a34a67402e2ffe55"
|
||||
|
||||
S = "${WORKDIR}/${BPN}"
|
||||
|
||||
|
||||
do_compile:prepend() {
|
||||
# PO subdir must be in build directory
|
||||
if [ ! ${S} = ${B} ]; then
|
||||
mkdir -p ${B}/po
|
||||
cp -r ${S}/po/* ${B}/po/
|
||||
fi
|
||||
}
|
||||
|
||||
ALTERNATIVE:${PN} = "volname eject"
|
||||
ALTERNATIVE_LINK_NAME[volname] = "${bindir}/volname"
|
||||
ALTERNATIVE_LINK_NAME[eject] = "${bindir}/eject"
|
||||
ALTERNATIVE_PRIORITY[volname] = "100"
|
||||
ALTERNATIVE_PRIORITY[eject] = "100"
|
||||
|
||||
ALTERNATIVE:${PN}-doc = "eject.1"
|
||||
ALTERNATIVE_LINK_NAME[eject.1] = "${mandir}/man1/eject.1"
|
||||
Reference in New Issue
Block a user