generic-poky/meta
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
..
classes devupstream.bbclass: minor typo fix 2017-04-19 10:18:43 +01:00
conf native/nativesdk: Use fixed DISTRO_FEATURES 2017-04-12 15:09:58 +01:00
files fs-perms.txt: Two cleanup tweaks for consistency. 2017-03-17 16:53:05 +00:00
lib package_manager.py: Generate separate repo entries per arch 2017-04-14 09:47:08 +01:00
recipes-bsp gnu-efi: copy header files for x32 build 2017-04-11 18:10:17 +01:00
recipes-connectivity openssl: fix the reference to native perl in ptests 2017-04-11 18:10:18 +01:00
recipes-core busybox: drop unmaintained _git recipe 2017-04-14 09:47:08 +01:00
recipes-devtools pseudo: Backport two upstream fixes 2017-04-14 23:25:54 +01:00
recipes-extended unzip: add missing CVE headers to patches 2017-04-14 09:47:08 +01:00
recipes-gnome nativesdk-packagegroup-sdk-host: replace smartpm with dnf 2017-03-14 14:42:17 +00:00
recipes-graphics libjpeg-turbo: don't depend on NASM for non-x86 targets 2017-04-05 23:22:13 +01:00
recipes-kernel linux-firmware: Fix build failure when update SRCREV to latest HEAD 2017-04-14 09:47:09 +01:00
recipes-lsb4 libpng12: Use rm instead of unlink 2017-03-10 14:50:11 +00:00
recipes-multimedia gstreamer1.0-plugins-good: Backport patch for v4l2object videometa 2017-04-11 18:10:18 +01:00
recipes-rt meta: remove True option to getVar calls 2016-12-16 10:23:23 +00:00
recipes-sato webkitgtk: Fix build on aarch64 2017-03-17 16:53:05 +00:00
recipes-support acl: fix race issue when do_compile 2017-04-19 10:18:43 +01:00
site siteinfo.bbclass: Add mipsisa{32, 64}r6{el, } support 2016-10-07 16:43:57 +01:00
COPYING.GPLv2 Fix license notices for OE-Core 2014-01-02 12:58:54 +00:00
COPYING.MIT
recipes.txt qt4: remove recipes and classes 2016-01-07 13:40:14 +00:00