From 543f4e6b5f6be0d397bcc78e22d5ca9a970b7111 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 10 Jan 2023 17:00:18 -0500 Subject: [PATCH] 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 --- .../slirp/{libslirp_git.bb => libslirp-virt_git.bb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes-networking/slirp/{libslirp_git.bb => libslirp-virt_git.bb} (100%) diff --git a/recipes-networking/slirp/libslirp_git.bb b/recipes-networking/slirp/libslirp-virt_git.bb similarity index 100% rename from recipes-networking/slirp/libslirp_git.bb rename to recipes-networking/slirp/libslirp-virt_git.bb