- 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)
22 lines
634 B
BlitzBasic
22 lines
634 B
BlitzBasic
SUMMARY = "XFixes: X Fixes extension library"
|
|
|
|
DESCRIPTION = "X applications have often needed to work around various \
|
|
shortcomings in the core X window system. This extension is designed to \
|
|
provide the minimal server-side support necessary to eliminate problems \
|
|
caused by these workarounds."
|
|
|
|
require xorg-lib-common.inc
|
|
SRC_URI[sha256sum] = "b695f93cd2499421ab02d22744458e650ccc88c1d4c8130d60200213abc02d58"
|
|
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=a5a9755c8921cc7dc08a5cfe4267d0ff"
|
|
|
|
DEPENDS += "virtual/libx11 xorgproto"
|
|
|
|
PE = "1"
|
|
|
|
XORG_PN = "libXfixes"
|
|
XORG_EXT = "tar.xz"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|