summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/include
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2024-01-22 12:24:00 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-01-26 16:06:29 +0000
commit86af1a7d4055181e0d419ad26f92949ea875380c (patch)
tree9cf7bb32d173c811e4637f907ec62df9673498cd /meta/conf/distro/include
parentdba0b9044663853f30621bad999420df4428d216 (diff)
downloadpoky-86af1a7d4055181e0d419ad26f92949ea875380c.tar.gz
p11-kit: fix parallel build failures
It fails occasionally with missing generated header files: | ../git/common/asn1.c:42:10: fatal error: openssl.asn.h: No such file or directory | 42 | #include "openssl.asn.h" | | ^~~~~~~~~~~~~~~ | compilation terminated. According to meson manual page: https://mesonbuild.com/Wrap-best-practices-and-tips.html#declare-generated-headers-explicitly 'asn_h_dep' should be a dependency of static_library target 'libp11_asn1' to make sure that required header files generated before compile common/asn1.c. (From OE-Core rev: 523ae4ba677ee9d9925182689b2d70af6d3df7a8) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro/include')
0 files changed, 0 insertions, 0 deletions