diff options
| author | Jeremy A. Puhlman <jpuhlman@mvista.com> | 2020-02-28 14:51:16 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-29 13:04:48 +0000 |
| commit | f4dd739113a04d027accbff3726abd9d436cab0c (patch) | |
| tree | d3dd69da086bbc25a2debda065e5274fd343b626 /meta/recipes-core | |
| parent | 018bf09f3f8f2550311ffdc6b81c6635942d9759 (diff) | |
| download | poky-f4dd739113a04d027accbff3726abd9d436cab0c.tar.gz | |
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>
Diffstat (limited to 'meta/recipes-core')
| -rw-r--r-- | meta/recipes-core/libxcrypt/libxcrypt.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/libxcrypt/libxcrypt.inc b/meta/recipes-core/libxcrypt/libxcrypt.inc index 416205cd5c..e59a096573 100644 --- a/meta/recipes-core/libxcrypt/libxcrypt.inc +++ b/meta/recipes-core/libxcrypt/libxcrypt.inc | |||
| @@ -32,4 +32,4 @@ CFLAGS += "-fcommon" | |||
| 32 | API = "--disable-obsolete-api" | 32 | API = "--disable-obsolete-api" |
| 33 | EXTRA_OECONF += "${API}" | 33 | EXTRA_OECONF += "${API}" |
| 34 | 34 | ||
| 35 | BBCLASSEXTEND = "nativesdk" | 35 | BBCLASSEXTEND = "native nativesdk" |
