From 989ca681367415f7cd3de1d7552049aeac685d5c Mon Sep 17 00:00:00 2001 From: Sinan Kaya Date: Mon, 23 Aug 2021 23:39:37 +0000 Subject: libkcapi: add a hash only packageconfig Signed-off-by: Sinan Kaya Signed-off-by: Khem Raj --- meta-oe/recipes-crypto/libkcapi/libkcapi_1.2.1.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-oe') 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 e86b9dcf9..2b2591f12 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 -- cgit v1.2.3-54-g00ecf