[oe-commits] [openembedded-core] branch master updated: uninative-tarball: Add nativesdk-libnss-nis to resolve glibc symbol issues

git at git.openembedded.org git at git.openembedded.org
Tue Jul 24 16:04:08 UTC 2018


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

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

The following commit(s) were added to refs/heads/master by this push:
     new 39c1719  uninative-tarball: Add nativesdk-libnss-nis to resolve glibc symbol issues
39c1719 is described below

commit 39c1719a32ed5567e3bf2df5c4f9068d0f5a9400
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