diff options
author | Armin Kuster <akuster808@gmail.com> | 2023-05-03 17:13:36 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-05-06 07:54:09 -0400 |
commit | a10bcdcf6e36128712bd0deb8abed9980dafc9dd (patch) | |
tree | e7964c5bb2eb40ab4763a9d99f101e822d0b5001 | |
parent | 2ba18812e965689223b8414435efbfe253cafa38 (diff) | |
download | meta-security-a10bcdcf6e36128712bd0deb8abed9980dafc9dd.tar.gz |
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>
-rw-r--r-- | meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss_4.0.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss_4.0.1.bb b/meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss_4.0.1.bb index cc7e6ae..6386105 100644 --- a/meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss_4.0.1.bb +++ b/meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss_4.0.1.bb | |||
@@ -18,7 +18,7 @@ CVE_PRODUCT = "tpm2_software_stack" | |||
18 | 18 | ||
19 | inherit autotools pkgconfig systemd useradd | 19 | inherit autotools pkgconfig systemd useradd |
20 | 20 | ||
21 | PACKAGECONFIG ??= "vendor" | 21 | PACKAGECONFIG ??= "" |
22 | PACKAGECONFIG[oxygen] = ",--disable-doxygen-doc, " | 22 | PACKAGECONFIG[oxygen] = ",--disable-doxygen-doc, " |
23 | PACKAGECONFIG[fapi] = "--enable-fapi,--disable-fapi,curl json-c util-linux-libuuid " | 23 | PACKAGECONFIG[fapi] = "--enable-fapi,--disable-fapi,curl json-c util-linux-libuuid " |
24 | PACKAGECONFIG[policy] = "--enable-policy,--disable-policy,json-c util-linux-libuuid " | 24 | PACKAGECONFIG[policy] = "--enable-policy,--disable-policy,json-c util-linux-libuuid " |