[Buildroot] [git commit branch/next] package/inadyn: remove dependency on libite

Thomas Petazzoni thomas.petazzoni at bootlin.com
Thu Mar 5 20:09:32 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=92b5a202e8483610048f1038c124a70ae8ce3ac8
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

The dependency for libite was removed in upstream commit e27bfbf
dating back a couple of years.

Signed-off-by: Ryan Coe <bluemrp9 at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/inadyn/Config.in | 1 -
 package/inadyn/inadyn.mk | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/package/inadyn/Config.in b/package/inadyn/Config.in
index d03db83e3a..3589823da4 100644
--- a/package/inadyn/Config.in
+++ b/package/inadyn/Config.in
@@ -3,7 +3,6 @@ config BR2_PACKAGE_INADYN
 	depends on BR2_USE_MMU # Uses fork()
 	depends on !BR2_STATIC_LIBS # dlopen()
 	select BR2_PACKAGE_LIBCONFUSE
-	select BR2_PACKAGE_LIBITE
 	help
 	  INADYN is a free DynDNS client. It gives the possibility
 	  to have your own fixed hostname registered on the internet,
diff --git a/package/inadyn/inadyn.mk b/package/inadyn/inadyn.mk
index 5f67849252..40a12e35cd 100644
--- a/package/inadyn/inadyn.mk
+++ b/package/inadyn/inadyn.mk
@@ -9,7 +9,7 @@ INADYN_SITE = https://github.com/troglobit/inadyn/releases/download/v$(INADYN_VE
 INADYN_SOURCE = inadyn-$(INADYN_VERSION).tar.xz
 INADYN_LICENSE = GPL-2.0+
 INADYN_LICENSE_FILES = COPYING
-INADYN_DEPENDENCIES = host-pkgconf libconfuse libite
+INADYN_DEPENDENCIES = host-pkgconf libconfuse
 
 ifeq ($(BR2_PACKAGE_OPENSSL),y)
 INADYN_CONF_OPTS += --enable-openssl


More information about the buildroot mailing list