]> code.ossystems Code Review - openembedded-core.git/commitdiff
uninative-tarball: Add nativesdk-libnss-nis to resolve glibc symbol issues
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 24 Jul 2018 10:48:45 +0000 (11:48 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 24 Jul 2018 16:03:39 +0000 (17:03 +0100)
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>
meta/recipes-core/meta/uninative-tarball.bb

index c38c2a445e9d2a6845cb4a12c164ec52a43dbd0b..e0cb9ffee0d7cb99d6ec8a89b47641e3e2541e6b 100644 (file)
@@ -16,6 +16,7 @@ TOOLCHAIN_HOST_TASK = "\
     nativesdk-glibc-gconv-libjis \
     nativesdk-patchelf \
     nativesdk-libxcrypt \
+    nativesdk-libnss-nis \
     "
 
 INHIBIT_DEFAULT_DEPS = "1"