[oe-commits] [openembedded-core] 05/20: file: Stop adding -std=c99 to CFLAGS

git at git.openembedded.org git at git.openembedded.org
Tue May 7 09:24:15 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 d13f7a11416a885725acf1078b137cdf8f4b7226
Author: Adrian Bunk <bunk at stusta.de>
AuthorDate: Sun May 5 23:18:13 2019 +0300

    file: Stop adding -std=c99 to CFLAGS
    
    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-devtools/file/file_5.36.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/recipes-devtools/file/file_5.36.bb b/meta/recipes-devtools/file/file_5.36.bb
index 1a81fde..9a0e5bd 100644
--- a/meta/recipes-devtools/file/file_5.36.bb
+++ b/meta/recipes-devtools/file/file_5.36.bb
@@ -27,8 +27,6 @@ ALTERNATIVE_LINK_NAME[file] = "${bindir}/file"
 EXTRA_OEMAKE_append_class-target = "-e FILE_COMPILE=${STAGING_BINDIR_NATIVE}/file-native/file"
 EXTRA_OEMAKE_append_class-nativesdk = "-e FILE_COMPILE=${STAGING_BINDIR_NATIVE}/file-native/file"
 
-CFLAGS_append = " -std=c99"
-
 FILES_${PN} += "${datadir}/misc/*.mgc"
 
 do_install_append_class-native() {

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


More information about the Openembedded-commits mailing list