From: Khem Raj Date: Wed, 19 Dec 2018 20:23:14 +0000 (-0800) Subject: libxcrypt: Fix nativesdk build with gcc9 X-Git-Tag: uninative-2.4~800 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1ee90ec89a8c2d0b639f76090c5f3da0c420d3a7;p=openembedded-core.git libxcrypt: Fix nativesdk build with gcc9 Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- 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"