[oe-commits] [openembedded-core] 03/03: uninative-tarball: Add libxcrypt-compat

git at git.openembedded.org git at git.openembedded.org
Wed Jun 19 14:08:56 UTC 2019


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 43a7a213a98cda87bc4281d58714982e3968ff87
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Wed Jun 19 14:52:35 2019 +0100

    uninative-tarball: Add libxcrypt-compat
    
    This avoids sstate/uninative relocation issues where a binary was built against
    a system with libcrypt.so.1 or libcrypt.so.2 and then run on the opposite by
    ensuring both libraries are in uninative.
    
    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 25635fc..39638eb 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-libxcrypt-compat \
     nativesdk-libnss-nis \
     "
 

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


More information about the Openembedded-commits mailing list