generic-poky/meta/recipes-extended/byacc
Ross Burton f9f1643ead byacc: fix compilation on Ubuntu 14.04
Ubuntu defaults to passing _FORTIFY_SOURCE=2 which breaks byacc as it doesn't
pass enough arguments to open():

inlined from 'open_tmpfile' at byacc-20150711/main.c:588:5:
/usr/include/x86_64-linux-gnu/bits/fcntl2.h:50:24: error: call to '__open_missing_mode' declared with attribute error:
open with O_CREAT in second argument needs 3 arguments

Add a mode of 0666 to fix this.

(From OE-Core rev: f906c5eb722de07eb09858fd058eb7e20103df71)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-08-30 12:36:06 +01:00
..
byacc byacc: fix compilation on Ubuntu 14.04 2015-08-30 12:36:06 +01:00
byacc.inc byacc: fix compilation on Ubuntu 14.04 2015-08-30 12:36:06 +01:00
byacc_20150711.bb byacc: upgrade to 20150711 2015-07-25 14:41:43 +01:00