[Buildroot] [git commit] package/kodi: remove dependency on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS

Thomas Petazzoni thomas.petazzoni at bootlin.com
Thu Mar 26 22:17:25 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=dde1bcf0e269ea6fe5a28e07b8752a37e16bd231
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Upstream does not require libgcrypt & libgpg-error anymore:
https://github.com/xbmc/xbmc/commit/0c6e8e0d975d4045004dc2fe90218d61395cdcb5

Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/kodi/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/kodi/Config.in b/package/kodi/Config.in
index 81bd3874f0..13b8f9df3e 100644
--- a/package/kodi/Config.in
+++ b/package/kodi/Config.in
@@ -177,7 +177,6 @@ config BR2_PACKAGE_KODI_LCMS2
 
 config BR2_PACKAGE_KODI_LIBMICROHTTPD
 	bool "web server"
-	depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgcrypt, libmicrohttpd
 	select BR2_PACKAGE_LIBMICROHTTPD
 	help
 	  Enable webserver feature


More information about the buildroot mailing list