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>
This commit is contained in:
Bruce Ashfield 2023-09-26 14:38:45 +00:00
parent b65fe24b8c
commit 71041030c6

View File

@ -12,3 +12,5 @@ DEPENDS = " \
"
inherit meson pkgconfig
EXCLUDE_FROM_WORLD = "1"