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:
Krupal Ka Patel
2026-09-14 01:59:54 +03:00
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"