From 1ec09b37fd8bbd6f232d69c100d1e1dbb2fadaa5 Mon Sep 17 00:00:00 2001 From: Thierry Escande <thierry.escande@huawei.com> Date: Mon, 4 Jul 2022 10:54:51 +0200 Subject: [PATCH] musl-ldso-paths: Add upcoming library folder Add module/useriam to the musl ldso paths. It will be needed for the extra components added by the upcoming commit to fix rdepend issues. Signed-off-by: Thierry Escande <thierry.escande@huawei.com> --- conf/distro/include/musl-ldso-paths.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/distro/include/musl-ldso-paths.inc b/conf/distro/include/musl-ldso-paths.inc index a76324bf..6a69bc70 100644 --- a/conf/distro/include/musl-ldso-paths.inc +++ b/conf/distro/include/musl-ldso-paths.inc @@ -20,4 +20,5 @@ MUSL_LDSO_PATHS:append:openharmony-3.1 = " \ module/multimodalinput \ module/net \ module/security \ + module/useriam \ " -- GitLab