tpm2-tss: drop vendor from PACKAGECONFIG

fixes:
WARNING: tpm2-tss-4.0.1-r0 do_configure: QA Issue: tpm2-tss: invalid PACKAGECONFIG: vendor [invalid-packageconfig]

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster
2023-05-03 17:13:36 -04:00
parent 2ba18812e9
commit a10bcdcf6e

View File

@@ -18,7 +18,7 @@ CVE_PRODUCT = "tpm2_software_stack"
inherit autotools pkgconfig systemd useradd inherit autotools pkgconfig systemd useradd
PACKAGECONFIG ??= "vendor" PACKAGECONFIG ??= ""
PACKAGECONFIG[oxygen] = ",--disable-doxygen-doc, " PACKAGECONFIG[oxygen] = ",--disable-doxygen-doc, "
PACKAGECONFIG[fapi] = "--enable-fapi,--disable-fapi,curl json-c util-linux-libuuid " PACKAGECONFIG[fapi] = "--enable-fapi,--disable-fapi,curl json-c util-linux-libuuid "
PACKAGECONFIG[policy] = "--enable-policy,--disable-policy,json-c util-linux-libuuid " PACKAGECONFIG[policy] = "--enable-policy,--disable-policy,json-c util-linux-libuuid "