diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-08-08 10:04:20 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-15 09:44:33 +0100 |
commit | a66052b36418ed3a2971993af3404fb08a1d5f30 (patch) | |
tree | bb89c2b84c1755b29c86bfaa965b9038f977104a /meta/recipes-core | |
parent | 0762ba7189f12973ef28b5b205a53b98b415f2b2 (diff) | |
download | poky-a66052b36418ed3a2971993af3404fb08a1d5f30.tar.gz |
libxcrypt: Provide virtual/crypt for target and native as well
virtual/crypt for musl will come from libc itself
(From OE-Core rev: e0ed7d74e61294a986f72a531b23f7e67922de29)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/libxcrypt/libxcrypt_4.0.1.bb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-core/libxcrypt/libxcrypt_4.0.1.bb b/meta/recipes-core/libxcrypt/libxcrypt_4.0.1.bb index 6ed67a6761..f21029cdad 100644 --- a/meta/recipes-core/libxcrypt/libxcrypt_4.0.1.bb +++ b/meta/recipes-core/libxcrypt/libxcrypt_4.0.1.bb | |||
@@ -24,9 +24,4 @@ S = "${WORKDIR}/git" | |||
24 | BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE} -std=gnu99" | 24 | BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE} -std=gnu99" |
25 | TARGET_CPPFLAGS = "-I${STAGING_DIR_TARGET}${includedir}" | 25 | TARGET_CPPFLAGS = "-I${STAGING_DIR_TARGET}${includedir}" |
26 | 26 | ||
27 | python () { | ||
28 | if not bb.data.inherits_class('nativesdk', d): | ||
29 | raise bb.parse.SkipRecipe("Recipe only applies in nativesdk case for now") | ||
30 | } | ||
31 | |||
32 | BBCLASSEXTEND = "nativesdk" | 27 | BBCLASSEXTEND = "nativesdk" |