From ccddfb1f8b68cf9ab21bd416480f79d44a0a30f4 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 27 Sep 2023 01:04:05 +0000 Subject: [PATCH] libslirp-virt: remove recipe The external to m-virt users of libslirp-virt have been validated against the OEcore version. Having this recipe in world builds causes errors with sstate with recent changes to bitbake. Until we hit another runtime incompatibility, we can drop this recipe. A previous commit excluding the recipe from world builds was created as a reminder that we'll need to have that in place if the recipe returns. Signed-off-by: Bruce Ashfield --- recipes-networking/slirp/libslirp-virt_git.bb | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 recipes-networking/slirp/libslirp-virt_git.bb diff --git a/recipes-networking/slirp/libslirp-virt_git.bb b/recipes-networking/slirp/libslirp-virt_git.bb deleted file mode 100644 index cdc51375..00000000 --- a/recipes-networking/slirp/libslirp-virt_git.bb +++ /dev/null @@ -1,16 +0,0 @@ -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"