file: build with c std as c99

when using a toolchain not shipped by OE core such as linaro we
can't be sure what the std will be set to. Set to compile as c99
which is the lowest version supported.

(From OE-Core rev: e544ca08a2bcb5a8d98671e63f6c8b7b21c562ea)

Signed-off-by: Jack Mitchell <jack@embed.me.uk>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Jack Mitchell 2016-09-07 12:20:05 +01:00 committed by Richard Purdie
parent 9d4fd7de16
commit 144e7dbc35
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ inherit autotools
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() {