From: Jeremy Puhlman Date: Wed, 4 Mar 2020 19:39:36 +0000 (-0800) Subject: buildtools-extended-tarball: add nativesdk-libxcrypt-dev X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e1b5cab5cf65df4310b63826690a12ea7083e192;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] (From OE-Core rev: da948b25d5ef452fb35275d108e18d2a2829f4fb) (From OE-Core rev: bc42406d83310398bc4d4db4244252411eff117d) (From OE-Core rev: 6f6d7278358b042aca3e911aefd0d6128480f32d) 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 32a10198c9..94ed57585b 100644 --- a/meta/recipes-core/meta/buildtools-extended-tarball.bb +++ b/meta/recipes-core/meta/buildtools-extended-tarball.bb @@ -28,6 +28,7 @@ TOOLCHAIN_HOST_TASK += "\ nativesdk-pkgconfig \ nativesdk-glibc-utils \ nativesdk-python \ + nativesdk-libxcrypt-dev \ " TOOLCHAIN_OUTPUTNAME = "${SDK_ARCH}-buildtools-extended-nativesdk-standalone-${DISTRO_VERSION}"