Files
poky/meta/recipes-support
Robert Yang f81c0de905 acl: fix race issue when do_compile
Fixed race issue:
 In file included from acl_copy_entry.c:22:0:
 libacl.h:19:21: fatal error: sys/acl.h: No such file or directory
  #include <sys/acl.h>

[snip]

 compilation terminated.
 acl_get_file.c:27:24: fatal error: acl/libacl.h: No such file or directory
  #include <acl/libacl.h>
                         ^

The acl.h is in "include" directory, and include/Makefile creates
symlink "sys" and "acl" poinst to current dirctory:
$ ls include/ -l
acl -> .
sys -> .

So if "libacl" target runs before "include", the error would happen
since no "acl" or "sys" directory.

Let libacl depend on include can fix the problem.

[YOCTO #11349]

(From OE-Core rev: 73d3d81fcdb92dd85c6ad1609e3a6eb20f1ea539)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-04-19 10:18:43 +01:00
..
2017-04-19 10:18:43 +01:00
2017-03-27 08:15:06 +01:00
2017-03-11 16:09:14 +00:00
2017-03-01 23:27:08 +00:00
2016-12-17 09:57:04 +00:00
2017-03-01 23:27:08 +00:00
2016-08-04 15:22:23 +01:00
2016-01-18 11:47:04 +00:00
2017-01-26 10:44:28 +00:00
2014-01-02 22:39:23 +00:00
2017-02-15 20:06:42 -08:00
2016-10-28 16:15:18 +01:00
2017-03-01 23:27:09 +00:00
2017-02-23 12:49:49 -08:00
2016-12-17 09:57:03 +00:00
2017-03-01 23:27:10 +00:00
2016-11-15 15:19:53 +00:00
2017-03-10 14:50:11 +00:00
2016-08-10 10:46:31 +01:00
2017-03-10 14:50:11 +00:00
2016-12-13 22:55:19 +00:00
2016-11-06 23:35:34 +00:00
2016-11-30 15:48:09 +00:00
2017-03-01 23:27:09 +00:00
2016-09-09 12:12:23 +01:00
2016-07-08 09:57:24 +01:00
2016-11-15 15:19:53 +00:00
2017-03-01 23:27:06 +00:00
2017-02-23 12:49:49 -08:00