summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-09-27 01:04:05 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-09-27 01:04:05 +0000
commitccddfb1f8b68cf9ab21bd416480f79d44a0a30f4 (patch)
tree98f6280e0218640cf4af445ba5539756086c4a54
parent71041030c60373c88f91ea62bac849daaae81bba (diff)
downloadmeta-virtualization-ccddfb1f8b68cf9ab21bd416480f79d44a0a30f4.tar.gz
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 <bruce.ashfield@gmail.com>
-rw-r--r--recipes-networking/slirp/libslirp-virt_git.bb16
1 files changed, 0 insertions, 16 deletions
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 @@
1SUMMARY = "A general purpose TCP-IP emulator"
2LICENSE = "BSD-3-Clause & MIT"
3LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=bca0186b14e6b05e338e729f106db727"
4
5SRC_URI = "git://gitlab.freedesktop.org/slirp/libslirp.git;protocol=https;branch=master"
6SRCREV = "888ddad6bde1dc6d7dbfc8daa7d015251b72e02c"
7PV = "4.6.1+git"
8S = "${WORKDIR}/git"
9
10DEPENDS = " \
11 glib-2.0 \
12"
13
14inherit meson pkgconfig
15
16EXCLUDE_FROM_WORLD = "1"