Files
poky/meta/recipes-devtools
Chen Qi 02f010b99f cmake-native: disable check for acl.h
We build cmake-native without acl support. However, the acl.h header
is still being checked which would sometimes cause the following error
during do_compile:

     archive_read_disk_entry_from_file.c:38:21: fatal error: sys/acl.h: No such file or directory
     |  #include <sys/acl.h>
     |                      ^
     | compilation terminated.

This happens when the sysroot parts of acl-native is removed between
do_configure and do_compile tasks of cmake-native.

To reproduce the problem manually, execute the following command:

bitbake cmake-native -c cleansstate && bitbake acl-native -c cleansstate && \
bitbake	acl-native && bitbake cmake-native -c configure	&& \
bitbake acl-native -c cleansstate && bitbake cmake-native -c compile

This patch fixes the above problem by explicitly disable the checking for
acl.h header file.

(From OE-Core rev: 3ad1701b0afe59af9d8427d53ffa4c0f52f42805)

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-01-07 23:35:12 +00:00
..
2014-12-27 22:53:40 +00:00
2014-11-09 10:21:20 +00:00
2014-03-02 17:25:28 +00:00
2014-12-25 08:18:13 +00:00
2014-11-25 13:03:28 +00:00
2014-11-12 15:38:31 +00:00
2014-12-23 10:18:19 +00:00
2014-09-22 13:04:21 +01:00
2014-12-23 10:18:19 +00:00
2014-12-03 12:24:00 +00:00
2014-12-23 10:18:20 +00:00
2014-01-02 12:50:24 +00:00
2014-11-09 10:21:21 +00:00
2014-08-28 15:12:44 +01:00
2015-01-07 23:35:09 +00:00
2014-12-27 22:53:40 +00:00
2014-12-23 10:18:20 +00:00
2014-10-30 13:01:21 +00:00
2014-10-18 16:14:05 +02:00
2014-11-06 16:45:17 +00:00
2014-12-23 10:18:16 +00:00
2014-09-22 13:04:22 +01:00
2014-08-28 15:12:42 +01:00
2014-12-25 08:18:13 +00:00
2014-11-25 11:39:59 +00:00
2014-12-31 17:04:42 +00:00
2014-08-28 15:12:44 +01:00
2014-08-11 10:53:05 +01:00
2014-11-20 14:08:11 +00:00
2014-12-23 10:18:20 +00:00
2014-11-12 15:38:33 +00:00
2014-11-06 16:45:18 +00:00
2015-01-07 23:35:08 +00:00
2014-11-20 14:08:12 +00:00
2014-12-19 18:08:02 +00:00
2014-12-11 11:34:57 +00:00
2014-08-23 09:26:10 +01:00
2013-08-13 23:05:58 +01:00