- 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)
28 lines
922 B
BlitzBasic
28 lines
922 B
BlitzBasic
SUMMARY = "ICE: Inter-Client Exchange library"
|
|
|
|
DESCRIPTION = "The Inter-Client Exchange (ICE) protocol provides a \
|
|
generic framework for building protocols on top of reliable, byte-stream \
|
|
transport connections. It provides basic mechanisms for setting up and \
|
|
shutting down connections, for performing authentication, for \
|
|
negotiating versions, and for reporting errors. "
|
|
|
|
require xorg-lib-common.inc
|
|
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d162b1b3c6fa812da9d804dcf8584a93"
|
|
|
|
DEPENDS += "xorgproto xtrans"
|
|
PROVIDES = "ice"
|
|
|
|
PE = "1"
|
|
|
|
XORG_PN = "libICE"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
|
|
SRC_URI[sha256sum] = "03e77afaf72942c7ac02ccebb19034e6e20f456dcf8dddadfeb572aa5ad3e451"
|
|
|
|
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
|
|
PACKAGECONFIG[arc4] = "ac_cv_lib_bsd_arc4random_buf=yes,ac_cv_lib_bsd_arc4random_buf=no,libbsd"
|
|
PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
|