From 1255e4d731d13d5e4541d44e3fe230ff69dab8f6 Mon Sep 17 00:00:00 2001 From: Denis OSTERLAND-HEIM Date: Wed, 2 Jul 2025 18:02:44 +0200 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- meta-oe/recipes-support/libp11/libp11_0.4.13.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-support/libp11/libp11_0.4.13.bb b/meta-oe/recipes-support/libp11/libp11_0.4.13.bb index 1731d350ae..807d079a05 100644 --- a/meta-oe/recipes-support/libp11/libp11_0.4.13.bb +++ b/meta-oe/recipes-support/libp11/libp11_0.4.13.bb @@ -19,6 +19,7 @@ UPSTREAM_CHECK_GITTAGREGEX = "libp11-(?P\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}