- 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)
27 lines
778 B
BlitzBasic
27 lines
778 B
BlitzBasic
require recipes-graphics/xorg-lib/xorg-lib-common.inc
|
|
SUMMARY = "X Athena Widget Set"
|
|
DEPENDS += "xorgproto virtual/libx11 libxext libxt libxmu libxpm libxau xmlto-native"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=1c65719d42900bb81b83e8293c20a364"
|
|
|
|
PE = "1"
|
|
|
|
XORG_PN = "libXaw"
|
|
|
|
SRC_URI[sha256sum] = "731d572b54c708f81e197a6afa8016918e2e06dfd3025e066ca642a5b8c39c8f"
|
|
|
|
do_install:append () {
|
|
ln -sf libXaw6.so.6 ${D}${libdir}/libXaw.so.6
|
|
ln -sf libXaw7.so.7 ${D}${libdir}/libXaw.so.7
|
|
ln -sf libXaw7.so.7 ${D}${libdir}/libXaw.so
|
|
}
|
|
|
|
PACKAGES =+ "libxaw6 libxaw7 libxaw8"
|
|
|
|
FILES:libxaw6 = "${libdir}/libXaw*.so.6*"
|
|
FILES:libxaw7 = "${libdir}/libXaw*.so.7*"
|
|
FILES:libxaw8 = "${libdir}/libXaw8.so.8*"
|
|
|
|
# Avoid dependency on libxaw as it is not build
|
|
RDEPENDS:${PN}-dev = ""
|