[Buildroot] [git commit branch/2021.11.x] paclage/tpm2-tss: do not select liburiparser

Peter Korsgaard peter at korsgaard.com
Wed Jan 26 20:02:54 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=c1256840581a4a8256929b7a30f7ce8931a87693
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.11.x

Commit 593683b45f72 (package/tpm2-tss: remove unused dependency)
removed the build-time dependency (in the .mk), but forgot to
remove it from the Config.in.

Signed-off-by: Tilman Keskinöz <arved at arved.at>
[yann.morin.1998 at free.fr: reword commit log]
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
(cherry picked from commit cbb70493af20445fbd24de4c5a15ba0de7f27c6e)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/tpm2-tss/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/tpm2-tss/Config.in b/package/tpm2-tss/Config.in
index 2fc56dbd76..857987ae36 100644
--- a/package/tpm2-tss/Config.in
+++ b/package/tpm2-tss/Config.in
@@ -1,7 +1,6 @@
 config BR2_PACKAGE_TPM2_TSS
 	bool "tpm2-tss"
 	depends on !BR2_STATIC_LIBS # dlfcn.h
-	select BR2_PACKAGE_LIBURIPARSER
 	select BR2_PACKAGE_OPENSSL
 	select BR2_PACKAGE_OPENSSL_FORCE_LIBOPENSSL
 	help



More information about the buildroot mailing list