mirror of
https://git.yoctoproject.org/meta-security
synced 2026-09-23 10:10:19 +00:00
tpm2-tools: fix PACKAGECONFIG typo
Correct the misspelled PACKAGECONFIG variable so efivar is enabled by
default as intended by commit cdb4e444ac.
Signed-off-by: Krupal Ka Patel <krkapate@cisco.com>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
This commit is contained in:
committed by
Scott Murray
parent
452d3452a7
commit
6df247cb9b
@@ -15,7 +15,7 @@ UPSTREAM_CHECK_URI = "https://github.com/tpm2-software/${BPN}/releases"
|
||||
|
||||
inherit autotools pkgconfig bash-completion
|
||||
|
||||
PACKAGECONGIG ??= "efivar"
|
||||
PACKAGECONFIG ??= "efivar"
|
||||
PACKAGECONFIG[efivar] = "--with-efivar,--without-efivar,efivar"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user