diff options
| author | Denis OSTERLAND-HEIM <denis.osterland@diehl.com> | 2025-07-02 18:02:44 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-07-02 09:48:26 -0700 |
| commit | 1255e4d731d13d5e4541d44e3fe230ff69dab8f6 (patch) | |
| tree | 83a0a52391952e09f31df48298142fbc0b826c27 | |
| parent | 40d15fc4fa0126868570e826dc877cfc89947f67 (diff) | |
| download | meta-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.bb | 1 |
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+)+)" | |||
| 19 | inherit autotools pkgconfig | 19 | inherit autotools pkgconfig |
| 20 | 20 | ||
| 21 | EXTRA_OECONF = "--disable-static" | 21 | EXTRA_OECONF = "--disable-static" |
| 22 | EXTRA_OECONF:append:class-native = " --with-enginesdir=${RECIPE_SYSROOT_NATIVE}/usr/lib/engines-3" | ||
| 22 | 23 | ||
| 23 | do_install:append () { | 24 | do_install:append () { |
| 24 | rm -rf ${D}${docdir}/${BPN} | 25 | rm -rf ${D}${docdir}/${BPN} |
