aboutsummaryrefslogtreecommitdiffstats
path: root/meta
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 13:40:16 +0000
commit1ee90ec89a8c2d0b639f76090c5f3da0c420d3a7 (patch)
tree3fbb591b87ad9291f955d04bab422fd40ea4c714 /meta
parent547174fc834273af67a2f7e50a3cf6c8e3b900f4 (diff)
downloadopenembedded-core-contrib-1ee90ec89a8c2d0b639f76090c5f3da0c420d3a7.tar.gz
libxcrypt: Fix nativesdk build with gcc9
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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"
BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE} -std=gnu99"
TARGET_CPPFLAGS = "-I${STAGING_DIR_TARGET}${includedir} -Wno-error=missing-attributes"
+CPPFLAGS_append_class-nativesdk = " -Wno-error=missing-attributes"
BBCLASSEXTEND = "nativesdk"