[oe-commits] [openembedded-core] 07/07: uninative-tarball: Add nativesdk-libnss-nis to resolve glibc symbol issues

git at git.openembedded.org git at git.openembedded.org
Tue Jul 24 10:54:48 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 79aa538bb55553c05d52c9049a81b3f48a2f9504
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Tue Jul 24 11:48:45 2018 +0100

    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 at linuxfoundation.org>
---
 meta/recipes-core/meta/uninative-tarball.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/meta/uninative-tarball.bb b/meta/recipes-core/meta/uninative-tarball.bb
index c38c2a4..e0cb9ff 100644
--- a/meta/recipes-core/meta/uninative-tarball.bb
+++ b/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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list