From: Richard Purdie Date: Wed, 19 Jun 2019 13:52:35 +0000 (+0100) Subject: uninative-tarball: Add libxcrypt-compat X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~14121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6089bfbc059c8bebb63ae6b0bafe8fe035548ac0;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 25635fc2f50..39638eb8c55 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 \ "