summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2023-05-03 17:13:36 -0400
committerArmin Kuster <akuster808@gmail.com>2023-05-06 07:54:09 -0400
commita10bcdcf6e36128712bd0deb8abed9980dafc9dd (patch)
treee7964c5bb2eb40ab4763a9d99f101e822d0b5001
parent2ba18812e965689223b8414435efbfe253cafa38 (diff)
downloadmeta-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.bb2
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
19inherit autotools pkgconfig systemd useradd 19inherit autotools pkgconfig systemd useradd
20 20
21PACKAGECONFIG ??= "vendor" 21PACKAGECONFIG ??= ""
22PACKAGECONFIG[oxygen] = ",--disable-doxygen-doc, " 22PACKAGECONFIG[oxygen] = ",--disable-doxygen-doc, "
23PACKAGECONFIG[fapi] = "--enable-fapi,--disable-fapi,curl json-c util-linux-libuuid " 23PACKAGECONFIG[fapi] = "--enable-fapi,--disable-fapi,curl json-c util-linux-libuuid "
24PACKAGECONFIG[policy] = "--enable-policy,--disable-policy,json-c util-linux-libuuid " 24PACKAGECONFIG[policy] = "--enable-policy,--disable-policy,json-c util-linux-libuuid "