aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorSinan Kaya <okaya@kernel.org>2021-08-23 23:39:37 +0000
committerKhem Raj <raj.khem@gmail.com>2021-08-25 08:17:04 -0700
commit989ca681367415f7cd3de1d7552049aeac685d5c (patch)
treeafb95e8bb6ca9638a647b40d7b5a188407f9927f /meta-oe
parent4681393987cc38481d4d4b8b9ac87ac0b8c5169b (diff)
downloadmeta-openembedded-contrib-989ca681367415f7cd3de1d7552049aeac685d5c.tar.gz
libkcapi: add a hash only packageconfig
Signed-off-by: Sinan Kaya <okaya@kernel.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-crypto/libkcapi/libkcapi_1.2.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-crypto/libkcapi/libkcapi_1.2.1.bb b/meta-oe/recipes-crypto/libkcapi/libkcapi_1.2.1.bb
index e86b9dcf99..2b2591f12a 100644
--- a/meta-oe/recipes-crypto/libkcapi/libkcapi_1.2.1.bb
+++ b/meta-oe/recipes-crypto/libkcapi/libkcapi_1.2.1.bb
@@ -16,6 +16,7 @@ inherit autotools
PACKAGECONFIG ??= ""
PACKAGECONFIG[testapp] = "--enable-kcapi-test,,,bash"
PACKAGECONFIG[apps] = "--enable-kcapi-speed --enable-kcapi-hasher --enable-kcapi-rngapp --enable-kcapi-encapp --enable-kcapi-dgstapp,,,"
+PACKAGECONFIG[hasher_only] = "--enable-kcapi-hasher --disable-lib-kdf --disable-lib-sym --disable-lib-aead --disable-lib-rng,,,"
do_install:append() {
# bindir contains testapp and apps. However it is always created, even