diff mbox series

libxcrypt: Fix nativesdk build with gcc9

Message ID 20181219202314.15888-1-raj.khem@gmail.com
State Accepted
Commit 1ee90ec89a8c2d0b639f76090c5f3da0c420d3a7
Headers show
Series libxcrypt: Fix nativesdk build with gcc9 | expand

Commit Message

Khem Raj Dec. 19, 2018, 8:23 p.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>

---
 meta/recipes-core/libxcrypt/libxcrypt_4.4.1.bb | 1 +
 1 file changed, 1 insertion(+)

-- 
2.20.1

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
diff mbox series

Patch

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"