summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Puhlman <jpuhlman@mvista.com>2020-03-04 11:39:36 -0800
committerArmin Kuster <akuster808@gmail.com>2020-04-19 17:17:22 -0700
commitdb786adefcb946f441c427501a1dad467eb131b1 (patch)
tree768816bfcf1c95dd04b7e8802bbe2618192f89b8
parent3bf5dc900db6d0e152913f6cc57d2a6bfb6ff899 (diff)
downloadopenembedded-core-contrib-stable/zeus-nut_wip.tar.gz
buildtools-extended-tarball: add nativesdk-libxcrypt-devstable/zeus-nut_wip
virtual/crypt-native is assume provided in bitbake.conf, so buildtools-extended-tarball shoud provide crypt since it doesn't use the host's headers/libraries. [YOCTO #13714] Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit da948b25d5ef452fb35275d108e18d2a2829f4fb) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta/recipes-core/meta/buildtools-extended-tarball.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/meta/buildtools-extended-tarball.bb b/meta/recipes-core/meta/buildtools-extended-tarball.bb
index d756036373..4a79b09fda 100644
--- a/meta/recipes-core/meta/buildtools-extended-tarball.bb
+++ b/meta/recipes-core/meta/buildtools-extended-tarball.bb
@@ -25,6 +25,7 @@ TOOLCHAIN_HOST_TASK += "\
nativesdk-libstdc++-dev \
nativesdk-libtool \
nativesdk-pkgconfig \
+ nativesdk-libxcrypt-dev \
"
TOOLCHAIN_OUTPUTNAME = "${SDK_ARCH}-buildtools-extended-nativesdk-standalone-${DISTRO_VERSION}"