diff options
author | Ross Burton <ross.burton@intel.com> | 2015-08-26 21:32:45 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-30 12:36:06 +0100 |
commit | f9f1643eadd6a812904e36a1397cf66ce58ff493 (patch) | |
tree | a55bdd5df962adf154323c6b732a7f41a242e61d /meta/recipes-support | |
parent | 6874f5e72f8f57d2118de25ed0bec7406d277faf (diff) | |
download | poky-f9f1643eadd6a812904e36a1397cf66ce58ff493.tar.gz |
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>
Diffstat (limited to 'meta/recipes-support')
0 files changed, 0 insertions, 0 deletions