- 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)
19 lines
606 B
BlitzBasic
19 lines
606 B
BlitzBasic
SUMMARY = "A general purpose TCP-IP emulator"
|
|
DESCRIPTION = "A general purpose TCP-IP emulator used by virtual machine hypervisors to provide virtual networking services."
|
|
HOMEPAGE = "https://gitlab.freedesktop.org/slirp/libslirp"
|
|
LICENSE = "BSD-3-Clause & MIT"
|
|
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=bca0186b14e6b05e338e729f106db727"
|
|
|
|
SRC_URI = "git://gitlab.freedesktop.org/slirp/libslirp.git;protocol=https;branch=master"
|
|
SRCREV = "3ad1710a96678fe79066b1469cead4058713a1d9"
|
|
PV = "4.7.0"
|
|
S = "${WORKDIR}/git"
|
|
|
|
DEPENDS = " \
|
|
glib-2.0 \
|
|
"
|
|
|
|
inherit meson pkgconfig
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|