mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-25 17:32:06 +00:00
37bd33a8e294ef593a870be063d0c011a6f23a8b
The installed public header libp11.h includes "p11_ver.h", but that header is generated by configure (from p11_ver.h.in, via AC_CONFIG_FILES) and was never listed in include_HEADERS, so it never gets installed. Any consumer including <libp11.h> therefore fails to build. For example rng-tools with PACKAGECONFIG "libp11" enabled: | In file included from rngd_pkcs11.c:28: | recipe-sysroot/usr/include/libp11.h:28:10: fatal error: p11_ver.h: No such file or directory | 28 | #include "p11_ver.h" | | ^~~~~~~~~~~ | compilation terminated. Backport the upstream fix, which adds p11_ver.h to include_HEADERS. It landed after the libp11-0.4.19 tag and is not part of any release yet, so it cannot be picked up by a version upgrade. Signed-off-by: Daiane Angolini <daiane.angolini@oss.qualcomm.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Collection of layers for the OE-core universe
Main layer maintainer: Khem Raj raj.khem@gmail.com
This repository is a collection of layers to supplement OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories
Description
Languages
BitBake
86.2%
Shell
5.9%
C
2.8%
Roff
1.9%
NASL
1.7%
Other
1.3%