libp11-native: fix engine install

openssl-native is compiled with a engine path /not/builtin
and the config file provides the actual path.
The configure script looks up this not working path.
To make it work, provide the runtime path via configure argument.

Signed-off-by: Denis OSTERLAND-HEIM <denis.osterland@diehl.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Denis OSTERLAND-HEIM
2025-07-02 18:02:44 +02:00
committed by Khem Raj
parent 40d15fc4fa
commit 1255e4d731
@@ -19,6 +19,7 @@ UPSTREAM_CHECK_GITTAGREGEX = "libp11-(?P<pver>\d+(\.\d+)+)"
inherit autotools pkgconfig
EXTRA_OECONF = "--disable-static"
EXTRA_OECONF:append:class-native = " --with-enginesdir=${RECIPE_SYSROOT_NATIVE}/usr/lib/engines-3"
do_install:append () {
rm -rf ${D}${docdir}/${BPN}