summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxcrypt
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-12-19 12:23:14 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-12-20 14:53:55 +0000
commit8d2668bc98c3dd65a6425d9f24c8d0de2e91dd48 (patch)
tree5cf157904132c3f67a928186f930be981cc60ef5 /meta/recipes-core/libxcrypt
parent34d023f6d3c33c45b283b264c56992c941e1e1d5 (diff)
downloadpoky-8d2668bc98c3dd65a6425d9f24c8d0de2e91dd48.tar.gz
libxcrypt: Fix nativesdk build with gcc9
(From OE-Core rev: 1ee90ec89a8c2d0b639f76090c5f3da0c420d3a7) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/libxcrypt')
-rw-r--r--meta/recipes-core/libxcrypt/libxcrypt_4.4.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/libxcrypt/libxcrypt_4.4.1.bb b/meta/recipes-core/libxcrypt/libxcrypt_4.4.1.bb
index 5e5d7c077c..594203a59c 100644
--- a/meta/recipes-core/libxcrypt/libxcrypt_4.4.1.bb
+++ b/meta/recipes-core/libxcrypt/libxcrypt_4.4.1.bb
@@ -25,5 +25,6 @@ S = "${WORKDIR}/git"
25 25
26BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE} -std=gnu99" 26BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE} -std=gnu99"
27TARGET_CPPFLAGS = "-I${STAGING_DIR_TARGET}${includedir} -Wno-error=missing-attributes" 27TARGET_CPPFLAGS = "-I${STAGING_DIR_TARGET}${includedir} -Wno-error=missing-attributes"
28CPPFLAGS_append_class-nativesdk = " -Wno-error=missing-attributes"
28 29
29BBCLASSEXTEND = "nativesdk" 30BBCLASSEXTEND = "nativesdk"