Files
poky/meta/recipes-graphics
Xiaofeng Yan e04de73421 tslib: Set open mode for ts_calibate.c
Get patch from: http://permalink.gmane.org/gmane.comp.lib.uclibc.buildroot/27614

There is a potentially "unsafe" use of open(). Ubuntu 8.10+, for instance,
by default enables the compiler flag -D_FORTIFY_SOURCE=2 \
which throws an error of ts_calibrate.c. To fix this, \
set a mode in the open() call, patch patched ts_calibrate.c \
to set 0644 (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) and it compiles fine

(From OE-Core rev: 61928384b91f7328aaa72c6d1299d8598c24574d)

Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-24 22:12:03 +00:00
..
2011-11-23 23:41:09 +00:00
2011-10-04 13:46:23 +01:00
2011-09-29 16:46:47 +01:00
2011-10-20 17:13:40 +01:00
2011-11-18 14:37:15 +00:00
2011-11-08 14:32:54 +00:00
2011-05-18 14:32:44 +01:00
2011-10-31 22:03:21 +00:00
2011-11-16 17:32:43 +00:00