mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-14 05:29:12 +00:00
libkcapi: add a hash only packageconfig
Signed-off-by: Sinan Kaya <okaya@kernel.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
4681393987
commit
989ca68136
@ -16,6 +16,7 @@ inherit autotools
|
|||||||
PACKAGECONFIG ??= ""
|
PACKAGECONFIG ??= ""
|
||||||
PACKAGECONFIG[testapp] = "--enable-kcapi-test,,,bash"
|
PACKAGECONFIG[testapp] = "--enable-kcapi-test,,,bash"
|
||||||
PACKAGECONFIG[apps] = "--enable-kcapi-speed --enable-kcapi-hasher --enable-kcapi-rngapp --enable-kcapi-encapp --enable-kcapi-dgstapp,,,"
|
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() {
|
do_install:append() {
|
||||||
# bindir contains testapp and apps. However it is always created, even
|
# bindir contains testapp and apps. However it is always created, even
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user