summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2019-06-19 14:52:35 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-06-20 13:14:21 +0100
commitfe8d2ec19bcbe0abf49344543b5d9518091fd80b (patch)
treeba6de313e31ed80d42bcd123972f674f5dde1f86 /meta
parente73e46d740fcf334f5ba7200ae2e9b2c62e95108 (diff)
downloadpoky-fe8d2ec19bcbe0abf49344543b5d9518091fd80b.tar.gz
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. (From OE-Core rev: 6089bfbc059c8bebb63ae6b0bafe8fe035548ac0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/meta/uninative-tarball.bb1
1 files changed, 1 insertions, 0 deletions
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 = "\
16 nativesdk-glibc-gconv-libjis \ 16 nativesdk-glibc-gconv-libjis \
17 nativesdk-patchelf \ 17 nativesdk-patchelf \
18 nativesdk-libxcrypt \ 18 nativesdk-libxcrypt \
19 nativesdk-libxcrypt-compat \
19 nativesdk-libnss-nis \ 20 nativesdk-libnss-nis \
20 " 21 "
21 22