diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2017-04-18 01:33:20 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-19 10:16:22 +0100 |
commit | 73d3d81fcdb92dd85c6ad1609e3a6eb20f1ea539 (patch) | |
tree | 7ce0520bd4ba71e7442dc7ea4de4ed2b193e4a7f /meta/recipes-connectivity/mobile-broadband-provider-info | |
parent | a7761023696fbefb0d38906b0b02bf4ed211b3fb (diff) | |
download | openembedded-core-73d3d81fcdb92dd85c6ad1609e3a6eb20f1ea539.tar.gz openembedded-core-73d3d81fcdb92dd85c6ad1609e3a6eb20f1ea539.tar.bz2 openembedded-core-73d3d81fcdb92dd85c6ad1609e3a6eb20f1ea539.zip |
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]
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/mobile-broadband-provider-info')
0 files changed, 0 insertions, 0 deletions