mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-22 23:10:18 +00:00
b183cb8a1c0865c703557d159fd95c8e74f0031a
do_compile fails with: keyraw.c:158:16: error: implicit declaration of function 'EVP_PKEY_asn1_find_str' The GOST code needs the OpenSSL ENGINE API, which 4.0 removed. configure cannot run its GOST test when cross compiling and answers "maybe", which enables GOST anyway. Make it check that the API is there first. Nothing is lost by this and no layer ships a GOST engine, so the lookup already returned 0 at runtime. gost-engine has not been ported to providers yet [1]. [1] https://github.com/gost-engine/engine/issues/496 Signed-off-by: Alper Ak <alperyasinak1@gmail.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
Languages
BitBake
86.5%
Shell
5.8%
C
2.7%
Roff
1.9%
NASL
1.7%
Other
1.2%