- 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)
16 lines
573 B
BlitzBasic
16 lines
573 B
BlitzBasic
require recipes-graphics/xorg-app/xorg-app-common.inc
|
|
SUMMARY = "tiny window manager"
|
|
DEPENDS += " libxext libxt libxmu bison-native"
|
|
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=4c6d42ef60e8166aa26606524c0b9586"
|
|
|
|
SRC_URI = "${XORG_MIRROR}/individual/app/${BPN}-${PV}.tar.gz"
|
|
SRC_URI[sha256sum] = "4150c9ec595520167ab8c4efcb5cf82641a4c4db78ce0a1cb4834e6aeb7c87fb"
|
|
|
|
FILES:${PN} += "${datadir}/X11/twm/system.twmrc"
|
|
ALTERNATIVE_NAME = "x-window-manager"
|
|
ALTERNATIVE_PATH = "${bindir}/twm"
|
|
ALTERNATIVE_LINK = "${bindir}/x-window-manager"
|
|
ALTERNATIVE_PRIORITY = "1"
|