[oe-commits] [openembedded-core] 04/20: libxcrypt: Stop adding -std=gnu99 to CPPFLAGS

git at git.openembedded.org git at git.openembedded.org
Tue May 7 09:24:14 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 750d78989d6f82255df2526f1c828bd4142f45be
Author: Adrian Bunk <bunk at stusta.de>
AuthorDate: Sun May 5 23:18:12 2019 +0300

    libxcrypt: Stop adding -std=gnu99 to CPPFLAGS
    
    Upstream now adds this automatically when required.
    
    Signed-off-by: Adrian Bunk <bunk at stusta.de>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/libxcrypt/libxcrypt_4.4.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/libxcrypt/libxcrypt_4.4.4.bb b/meta/recipes-core/libxcrypt/libxcrypt_4.4.4.bb
index e3c87b3..b44c07b 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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list