diff options
| author | Sinan Kaya <okaya@kernel.org> | 2021-08-23 23:39:37 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-25 08:17:04 -0700 |
| commit | 989ca681367415f7cd3de1d7552049aeac685d5c (patch) | |
| tree | afb95e8bb6ca9638a647b40d7b5a188407f9927f | |
| parent | 4681393987cc38481d4d4b8b9ac87ac0b8c5169b (diff) | |
| download | meta-openembedded-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>
| -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 |
