[oe-commits] [openembedded-core] 09/16: libxcrypt: add native to BBCLASSEXTEND

git at git.openembedded.org git at git.openembedded.org
Fri Feb 28 23:14:16 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 22881662f1bfb66bccefe1b6ac59a2d7f385b0aa
Author: Jeremy A. Puhlman <jpuhlman at mvista.com>
AuthorDate: Fri Feb 28 14:51:16 2020 -0800

    libxcrypt: add native to BBCLASSEXTEND
    
    buildtools-extended does not provide libcrypt, and some native
    applications require it, like clang. While it would likely make sense to
    include nativesdk-libxcrypt in the buildtools it would also likely make
    sense to remove the dependancy on the host libcrypt for those
    applications that need it.
    
    Signed-off-by: Jeremy A. Puhlman <jpuhlman at mvista.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/libxcrypt/libxcrypt.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/libxcrypt/libxcrypt.inc b/meta/recipes-core/libxcrypt/libxcrypt.inc
index 416205c..e59a096 100644
--- a/meta/recipes-core/libxcrypt/libxcrypt.inc
+++ b/meta/recipes-core/libxcrypt/libxcrypt.inc
@@ -32,4 +32,4 @@ CFLAGS += "-fcommon"
 API = "--disable-obsolete-api"
 EXTRA_OECONF += "${API}"
 
-BBCLASSEXTEND = "nativesdk"
+BBCLASSEXTEND = "native nativesdk"

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


More information about the Openembedded-commits mailing list