From 71041030c60373c88f91ea62bac849daaae81bba Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 26 Sep 2023 14:38:45 +0000 Subject: libslirp-virt: exclude from world Recent changes in oe-core have made the sysroot error on duplicate files and symlinks. We have this recipe as a compatibility fallback to some older container stacks. package lists and recipes that need this, can exclude the oe-core recipe as required. For now, we exclude it from world build, and mark it incompatible with the oe-core libslirp. Signed-off-by: Bruce Ashfield --- recipes-networking/slirp/libslirp-virt_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-networking/slirp/libslirp-virt_git.bb b/recipes-networking/slirp/libslirp-virt_git.bb index 9f6dc627..cdc51375 100644 --- a/recipes-networking/slirp/libslirp-virt_git.bb +++ b/recipes-networking/slirp/libslirp-virt_git.bb @@ -12,3 +12,5 @@ DEPENDS = " \ " inherit meson pkgconfig + +EXCLUDE_FROM_WORLD = "1" -- cgit v1.2.3-54-g00ecf