diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-24 11:48:45 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-24 17:03:45 +0100 |
commit | dafacf04532fa46201a2c7cce8a217d656131e18 (patch) | |
tree | 9dfecd15ee4b35b5cbd586f53714dce4b8d78b6e | |
parent | 5aef7cd919035b448624188257ad72056a073334 (diff) | |
download | poky-dafacf04532fa46201a2c7cce8a217d656131e18.tar.gz |
uninative-tarball: Add nativesdk-libnss-nis to resolve glibc symbol issues
We need this to avoid symbol mismatch issues for binaries that use this
on newer systems which then won't run on older ones where it isn't present.
(From OE-Core rev: 39c1719a32ed5567e3bf2df5c4f9068d0f5a9400)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/meta/uninative-tarball.bb | 1 |
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 c38c2a445e..e0cb9ffee0 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-libnss-nis \ | ||
19 | " | 20 | " |
20 | 21 | ||
21 | INHIBIT_DEFAULT_DEPS = "1" | 22 | INHIBIT_DEFAULT_DEPS = "1" |