From 364072f4bf6c757fc05ea04095dcc73a3d4e3d1f Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Tue, 9 Feb 2021 13:38:58 +0100 Subject: [PATCH] java-ejdk: "Fix Multiple shlib providers" This error happened because the java recipe is providing its own versions of several library. Since they are used only for java itself, we must exclude them from the libraries parsed by yocto to automatically fullfil runtime dependencies. BugzID: 70155 --- recipes-devtools/java-se-embedded/java-ejdk_1.8.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-devtools/java-se-embedded/java-ejdk_1.8.0.bb b/recipes-devtools/java-se-embedded/java-ejdk_1.8.0.bb index 6df8501..b7d36af 100644 --- a/recipes-devtools/java-se-embedded/java-ejdk_1.8.0.bb +++ b/recipes-devtools/java-se-embedded/java-ejdk_1.8.0.bb @@ -40,3 +40,5 @@ do_install() { INSANE_SKIP_${PN} += "dev-so already-stripped ldflags file-rdeps " + +EXCLUDE_FROM_SHLIBS = "1"