From 543f4e6b5f6be0d397bcc78e22d5ca9a970b7111 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 10 Jan 2023 17:00:18 -0500 Subject: 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 --- recipes-networking/slirp/libslirp-virt_git.bb | 14 ++++++++++++++ recipes-networking/slirp/libslirp_git.bb | 14 -------------- 2 files changed, 14 insertions(+), 14 deletions(-) create mode 100644 recipes-networking/slirp/libslirp-virt_git.bb delete mode 100644 recipes-networking/slirp/libslirp_git.bb (limited to 'recipes-networking') diff --git a/recipes-networking/slirp/libslirp-virt_git.bb b/recipes-networking/slirp/libslirp-virt_git.bb new file mode 100644 index 00000000..aeb61f63 --- /dev/null +++ b/recipes-networking/slirp/libslirp-virt_git.bb @@ -0,0 +1,14 @@ +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 diff --git a/recipes-networking/slirp/libslirp_git.bb b/recipes-networking/slirp/libslirp_git.bb deleted file mode 100644 index aeb61f63..00000000 --- a/recipes-networking/slirp/libslirp_git.bb +++ /dev/null @@ -1,14 +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${SRCPV}" -S = "${WORKDIR}/git" - -DEPENDS = " \ - glib-2.0 \ -" - -inherit meson pkgconfig -- cgit v1.2.3-54-g00ecf