meta-virtualization/recipes-networking/slirp/libslirp-virt_git.bb
Bruce Ashfield 543f4e6b5f libslirp: create virt variant
libslirp has been added to oe-core, so the recipe here is breaking
yocto compliance.

Until the full runtime can be validated, we create a virt specific
libslrip (but don't use it), that will be used as a compatibility
fallback.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-01-10 17:02:07 -05:00

15 lines
397 B
BlitzBasic

SUMMARY = "A general purpose TCP-IP emulator"
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 = "888ddad6bde1dc6d7dbfc8daa7d015251b72e02c"
PV = "4.6.1+git${SRCPV}"
S = "${WORKDIR}/git"
DEPENDS = " \
glib-2.0 \
"
inherit meson pkgconfig