meta-virtualization.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: meta-virtualization@lists.yoctoproject.org
Cc: Martin Jansa <martin.jansa@gmail.com>
Subject: [PATCH] libslirp-virt: remove
Date: Tue, 26 Sep 2023 16:26:14 +0200	[thread overview]
Message-ID: <20230926142614.1793757-1-martin.jansa@gmail.com> (raw)

* it conflicts with libslipr now as discussed in:
  https://lists.openembedded.org/g/openembedded-core/message/188157
  and https://git.yoctoproject.org/meta-virtualization/commit/recipes-networking/slirp?id=543f4e6b5f6be0d397bcc78e22d5ca9a970b7111
  said it will be removed after slirp4netns verification in runtime, but
  slirp4netns_git.bb DEPENDS on libslirp not libslirp-virt so we can drop
  unused libslirp-virt recipe to fix possible conflict (e.g. in world builds):

  ERROR: Recipe libslirp-virt is trying to install files into a shared area when those files already exist. The files and the manifests listing them are:
  TOPDIR/BUILD/pkgdata/qemux86-64/runtime-reverse/libslirp-dev
    (matched in manifest-qemux86_64-libslirp.packagedata)
  TOPDIR/BUILD/pkgdata/qemux86-64/runtime-reverse/libslirp-dbg
    (matched in manifest-qemux86_64-libslirp.packagedata)
  TOPDIR/BUILD/pkgdata/qemux86-64/runtime-reverse/libslirp0
    (matched in manifest-qemux86_64-libslirp.packagedata)
  TOPDIR/BUILD/pkgdata/qemux86-64/runtime-reverse/libslirp-src
    (matched in manifest-qemux86_64-libslirp.packagedata)

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
---
 recipes-networking/slirp/libslirp-virt_git.bb | 14 --------------
 1 file changed, 14 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 9f6dc627..00000000
--- a/recipes-networking/slirp/libslirp-virt_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"
-S = "${WORKDIR}/git"
-
-DEPENDS = " \
-    glib-2.0 \
-"
-
-inherit meson pkgconfig
-- 
2.42.0



             reply	other threads:[~2023-09-26 14:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-26 14:26 Martin Jansa [this message]
2023-09-26 14:37 ` [meta-virtualization] [PATCH] libslirp-virt: remove Bruce Ashfield

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230926142614.1793757-1-martin.jansa@gmail.com \
    --to=martin.jansa@gmail.com \
    --cc=meta-virtualization@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).