1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

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.

(From OE-Core rev: 4fa12fac6d320723d08fa7ab1635f63fbe01ad4d)

Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Jeremy A. Puhlman
2020-02-28 14:51:16 -08:00
committed by Richard Purdie
parent 018bf09f3f
commit f4dd739113
+1 -1
View File
@@ -32,4 +32,4 @@ CFLAGS += "-fcommon"
API = "--disable-obsolete-api"
EXTRA_OECONF += "${API}"
BBCLASSEXTEND = "nativesdk"
BBCLASSEXTEND = "native nativesdk"