]> code.ossystems Code Review - openembedded-core.git/commitdiff
uninative-tarball: Add libxcrypt-compat
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 19 Jun 2019 13:52:35 +0000 (14:52 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 19 Jun 2019 19:43:21 +0000 (20:43 +0100)
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@linuxfoundation.org>
meta/recipes-core/meta/uninative-tarball.bb

index 25635fc2f50e88180923b4d4807d5fbe164b05e7..39638eb8c553bb2f4e142c2a189b26927a25c56c 100644 (file)
@@ -16,6 +16,7 @@ TOOLCHAIN_HOST_TASK = "\
     nativesdk-glibc-gconv-libjis \
     nativesdk-patchelf \
     nativesdk-libxcrypt \
+    nativesdk-libxcrypt-compat \
     nativesdk-libnss-nis \
     "