]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxcrypt: Stop adding -std=gnu99 to CPPFLAGS
authorAdrian Bunk <bunk@stusta.de>
Sun, 5 May 2019 20:18:12 +0000 (23:18 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 8 May 2019 11:12:30 +0000 (12:12 +0100)
Upstream now adds this automatically when required.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/libxcrypt/libxcrypt_4.4.4.bb

index e3c87b3e020828c95c821e97d040d9a492f7d741..b44c07b4d0b7b7bad275e37c5eded9b6426aa81b 100644 (file)
@@ -25,7 +25,7 @@ FILES_${PN} = "${libdir}/libcrypt*.so.* \
 
 S = "${WORKDIR}/git"
 
-BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE} -std=gnu99"
+BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE}"
 TARGET_CPPFLAGS = "-I${STAGING_DIR_TARGET}${includedir} -Wno-error=missing-attributes"
 CPPFLAGS_append_class-nativesdk = " -Wno-error=missing-attributes"