From: Richard Purdie Date: Wed, 19 Jun 2019 13:52:35 +0000 (+0100) Subject: uninative-tarball: Add libxcrypt-compat X-Git-Tag: uninative-2.6~12 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6089bfbc059c8bebb63ae6b0bafe8fe035548ac0;p=openembedded-core.git 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 --- diff --git a/meta/recipes-core/meta/uninative-tarball.bb b/meta/recipes-core/meta/uninative-tarball.bb index 25635fc2f5..39638eb8c5 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 \ "