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,29 @@
|
||||
SUMMARY = "Reparent a running program to a new terminal"
|
||||
DESCRIPTION = "reptyr is a utility for taking an existing running program and \
|
||||
attaching it to a new terminal. Started a long-running process over ssh, but \
|
||||
have to leave and don't want to interrupt it? Just start a screen, use reptyr \
|
||||
to grab it, and then kill the ssh session and head on home."
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=25a0555028c71837623fa6dfa4cc45c0"
|
||||
|
||||
SRC_URI = "git://github.com/nelhage/reptyr.git;protocol=https;branch=master"
|
||||
SRCREV = "1238097fc2cd15db058d2185cc4985daa87bcd41"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit bash-completion github-releases manpages pkgconfig
|
||||
|
||||
GITHUB_BASE_URI = "https://github.com/nelhage/${BPN}/releases/"
|
||||
|
||||
PACKAGECONFIG ?= ""
|
||||
PACKAGECONFIG[manpages] = ""
|
||||
|
||||
EXTRA_OEMAKE = "'BINDIR=${bindir}' 'MANDIR=${mandir}' 'PKG_CONFIG=${STAGING_BINDIR_NATIVE}/pkg-config'"
|
||||
|
||||
do_compile () {
|
||||
oe_runmake
|
||||
}
|
||||
|
||||
do_install () {
|
||||
oe_runmake install 'DESTDIR=${D}'
|
||||
}
|
||||
Reference in New Issue
Block a user