summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-09-26 14:38:45 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-09-26 14:38:45 +0000
commit71041030c60373c88f91ea62bac849daaae81bba (patch)
treeaef546aa04934be7b3bd7df80977cc74dd8028c2
parentb65fe24b8cbcf8797f31d058a79f8a21985e955d (diff)
downloadmeta-virtualization-71041030c60373c88f91ea62bac849daaae81bba.tar.gz
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 <bruce.ashfield@gmail.com>
-rw-r--r--recipes-networking/slirp/libslirp-virt_git.bb2
1 files changed, 2 insertions, 0 deletions
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 = " \
12" 12"
13 13
14inherit meson pkgconfig 14inherit meson pkgconfig
15
16EXCLUDE_FROM_WORLD = "1"