]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxcrypt: add native to BBCLASSEXTEND
authorJeremy A. Puhlman <jpuhlman@mvista.com>
Fri, 28 Feb 2020 22:51:16 +0000 (14:51 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 29 Feb 2020 13:01:29 +0000 (13:01 +0000)
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@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/libxcrypt/libxcrypt.inc

index 416205cd5c6b08d8bfb5dd7231eec51dc11f15f9..e59a096573dbbf5ed84957ad2cfe5f541152aafe 100644 (file)
@@ -32,4 +32,4 @@ CFLAGS += "-fcommon"
 API = "--disable-obsolete-api"
 EXTRA_OECONF += "${API}"
 
-BBCLASSEXTEND = "nativesdk"
+BBCLASSEXTEND = "native nativesdk"