mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
29f307088c
(From OE-Core rev: c1e109eac0c7fa729ca8751c351306cba5f58564) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 = "ce314e39458223c2c42245fe536fbe1bcd94e9b1"
|
|
PV = "4.8.0"
|
|
S = "${WORKDIR}/git"
|
|
|
|
DEPENDS = " \
|
|
glib-2.0 \
|
|
"
|
|
|
|
inherit meson pkgconfig
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|