From: Jeremy Puhlman Date: Wed, 4 Mar 2020 19:39:36 +0000 (-0800) Subject: buildtools-extended-tarball: add nativesdk-libxcrypt-dev X-Git-Tag: 2020-04-dunfell~261 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=da948b25d5ef452fb35275d108e18d2a2829f4fb;p=openembedded-core.git buildtools-extended-tarball: add nativesdk-libxcrypt-dev 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 Signed-off-by: Richard Purdie --- 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}"