diff options
-rw-r--r-- | meta-oe/recipes-crypto/libkcapi/libkcapi_1.2.1.bb | 1 |
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 | |||
16 | PACKAGECONFIG ??= "" | 16 | PACKAGECONFIG ??= "" |
17 | PACKAGECONFIG[testapp] = "--enable-kcapi-test,,,bash" | 17 | PACKAGECONFIG[testapp] = "--enable-kcapi-test,,,bash" |
18 | PACKAGECONFIG[apps] = "--enable-kcapi-speed --enable-kcapi-hasher --enable-kcapi-rngapp --enable-kcapi-encapp --enable-kcapi-dgstapp,,," | 18 | PACKAGECONFIG[apps] = "--enable-kcapi-speed --enable-kcapi-hasher --enable-kcapi-rngapp --enable-kcapi-encapp --enable-kcapi-dgstapp,,," |
19 | PACKAGECONFIG[hasher_only] = "--enable-kcapi-hasher --disable-lib-kdf --disable-lib-sym --disable-lib-aead --disable-lib-rng,,," | ||
19 | 20 | ||
20 | do_install:append() { | 21 | do_install:append() { |
21 | # bindir contains testapp and apps. However it is always created, even | 22 | # bindir contains testapp and apps. However it is always created, even |