ソースを参照

uninative-tarball: Add nativesdk-libnss-nis to resolve glibc symbol issues

We need this to avoid symbol mismatch issues for binaries that use this
on newer systems which then won't run on older ones where it isn't present.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard Purdie 5 年 前
コミット
39c1719a32
1 ファイル変更1 行追加0 行削除
  1. 1 0
      meta/recipes-core/meta/uninative-tarball.bb

+ 1 - 0
meta/recipes-core/meta/uninative-tarball.bb

@@ -16,6 +16,7 @@ TOOLCHAIN_HOST_TASK = "\
     nativesdk-glibc-gconv-libjis \
     nativesdk-patchelf \
     nativesdk-libxcrypt \
+    nativesdk-libnss-nis \
     "
 
 INHIBIT_DEFAULT_DEPS = "1"