package/inadyn: remove dependency on libite
authorRyan Coe <bluemrp9@gmail.com>
Mon, 2 Mar 2020 17:49:13 +0000 (09:49 -0800)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 5 Mar 2020 20:09:32 +0000 (21:09 +0100)
The dependency for libite was removed in upstream commit e27bfbf
dating back a couple of years.

Signed-off-by: Ryan Coe <bluemrp9@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/inadyn/Config.in
package/inadyn/inadyn.mk

index d03db83e3a3d2e4ff5ca756ea276902c7bedd2a4..3589823da4a2e0640efd7573b97144c882a3f93d 100644 (file)
@@ -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,
index 5f67849252b7e1ed55f9b2e91c45c1684d012d6e..40a12e35cd816203037fef9c814714f2850c61da 100644 (file)
@@ -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