aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorJan Luebbe <jlu@pengutronix.de>2023-01-30 13:34:03 +0100
committerKhem Raj <raj.khem@gmail.com>2023-02-01 09:11:49 -0800
commit630e29d3166c4c7ae6c67ead42065d3fce933543 (patch)
treecdfafb922afb4c5368acc32136f8f97124a78e2f /meta-oe
parentd3a5cfe7488a0d4c09882c104cdf122a6e9bed41 (diff)
downloadmeta-openembedded-contrib-630e29d3166c4c7ae6c67ead42065d3fce933543.tar.gz
softhsm: enable objectstore backend
We already depend on sqlite, but the objectstore backend using it is not enabled by default. Add the necessary configure option. The db backend is more robust when accessing the objectstore from many parallel processes (such as during kernel module signing). Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-security/softhsm/softhsm_2.6.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-security/softhsm/softhsm_2.6.1.bb b/meta-oe/recipes-security/softhsm/softhsm_2.6.1.bb
index 44e51fda91..2c68ba984f 100644
--- a/meta-oe/recipes-security/softhsm/softhsm_2.6.1.bb
+++ b/meta-oe/recipes-security/softhsm/softhsm_2.6.1.bb
@@ -13,6 +13,7 @@ SRC_URI[sha256sum] = "61249473054bcd1811519ef9a989a880a7bdcc36d317c9c25457fc614d
inherit autotools pkgconfig siteinfo
EXTRA_OECONF += " --with-sqlite3=${STAGING_DIR_HOST}/usr"
+EXTRA_OECONF += " --with-objectstore-backend-db"
EXTRA_OECONF += "${@oe.utils.conditional('SITEINFO_BITS', '64', ' --enable-64bit', '', d)}"
PACKAGECONFIG ?= "ecc eddsa pk11 openssl"