From: Adrian Bunk Date: Sun, 5 May 2019 20:18:12 +0000 (+0300) Subject: libxcrypt: Stop adding -std=gnu99 to CPPFLAGS X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9f6c13c04b630db0f34c6e41ec664f0c2eab353;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libxcrypt: Stop adding -std=gnu99 to CPPFLAGS Upstream now adds this automatically when required. (From OE-Core rev: 8ff6a2a8b88befd7e4c7965f525937c0d723c0bf) Signed-off-by: Adrian Bunk Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/libxcrypt/libxcrypt_4.4.4.bb b/meta/recipes-core/libxcrypt/libxcrypt_4.4.4.bb index e3c87b3e020..b44c07b4d0b 100644 --- a/meta/recipes-core/libxcrypt/libxcrypt_4.4.4.bb +++ b/meta/recipes-core/libxcrypt/libxcrypt_4.4.4.bb @@ -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"