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
This commit is contained in:
Alexandre Bard 2021-02-09 13:38:58 +01:00
parent d8cdad2c41
commit 364072f4bf
1 changed files with 2 additions and 0 deletions

View File

@ -40,3 +40,5 @@ do_install() {
INSANE_SKIP_${PN} += "dev-so already-stripped ldflags file-rdeps " INSANE_SKIP_${PN} += "dev-so already-stripped ldflags file-rdeps "
EXCLUDE_FROM_SHLIBS = "1"