[oe-commits] [openembedded-core] 03/11: buildtools-extended-tarball: add nativesdk-libxcrypt-dev

git at git.openembedded.org git at git.openembedded.org
Wed Mar 4 22:38:29 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit e9cc06f93b4e0a5398619f8904973ee412e705f9
Author: Jeremy Puhlman <jpuhlman at mvista.com>
AuthorDate: Wed Mar 4 11:39:36 2020 -0800

    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 <jpuhlman at mvista.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/meta/buildtools-extended-tarball.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/meta/buildtools-extended-tarball.bb b/meta/recipes-core/meta/buildtools-extended-tarball.bb
index d756036..4a79b09 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}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list