summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-security/softhsm/files/0001-avoid-unnecessary-check-for-sqlite3-binary.patch
Commit message (Collapse)AuthorAgeFilesLines
* softhsm: avoid unnecessary check for native sqlite binaryJan Luebbe2023-02-011-0/+40
SoftHSMv2 actually only uses the sqlite library. With the check for the sqlite3 binary, building with the DB backend would mean depending on sqlite-native. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>