summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis OSTERLAND-HEIM <denis.osterland@diehl.com>2025-07-02 18:02:44 +0200
committerKhem Raj <raj.khem@gmail.com>2025-07-02 09:48:26 -0700
commit1255e4d731d13d5e4541d44e3fe230ff69dab8f6 (patch)
tree83a0a52391952e09f31df48298142fbc0b826c27
parent40d15fc4fa0126868570e826dc877cfc89947f67 (diff)
downloadmeta-openembedded-1255e4d731d13d5e4541d44e3fe230ff69dab8f6.tar.gz
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>
-rw-r--r--meta-oe/recipes-support/libp11/libp11_0.4.13.bb1
1 files changed, 1 insertions, 0 deletions
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<pver>\d+(\.\d+)+)"
19inherit autotools pkgconfig 19inherit autotools pkgconfig
20 20
21EXTRA_OECONF = "--disable-static" 21EXTRA_OECONF = "--disable-static"
22EXTRA_OECONF:append:class-native = " --with-enginesdir=${RECIPE_SYSROOT_NATIVE}/usr/lib/engines-3"
22 23
23do_install:append () { 24do_install:append () {
24 rm -rf ${D}${docdir}/${BPN} 25 rm -rf ${D}${docdir}/${BPN}