meta-virtualization/recipes-networking/slirp/libslirp-virt_git.bb
Bruce Ashfield 71041030c6 libslirp-virt: exclude from world
Recent changes in oe-core have made the sysroot error on duplicate
files and symlinks.

We have this recipe as a compatibility fallback to some older
container stacks.

package lists and recipes that need this, can exclude the oe-core
recipe as required.

For now, we exclude it from world build, and mark it incompatible
with the oe-core libslirp.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-09-26 14:38:45 +00:00

17 lines
415 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"
S = "${WORKDIR}/git"
DEPENDS = " \
glib-2.0 \
"
inherit meson pkgconfig
EXCLUDE_FROM_WORLD = "1"