From c006db0e21008e893edde6e0d3d94ce19e6cebd5 Mon Sep 17 00:00:00 2001 From: Grzegorz Sluja Date: Mon, 15 Nov 2021 14:55:01 +0100 Subject: [PATCH] dectmngr: Remove dependency to libiconv from dectmngr --- dectmngr/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dectmngr/Makefile b/dectmngr/Makefile index 88ef133c5..92b43e7ea 100644 --- a/dectmngr/Makefile +++ b/dectmngr/Makefile @@ -14,7 +14,7 @@ LOCAL_DEV=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/dectmngr.git PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=3066b6256466e9ba09f18545c7fe855b5a703b38 +PKG_SOURCE_VERSION:=aafbade1c9af60325973bfa9bc702b63f4f61562 PKG_MIRROR_HASH:=skip endif @@ -34,7 +34,7 @@ include $(INCLUDE_DIR)/package.mk define Package/$(PKG_NAME) CATEGORY:=Utilities TITLE:=DECT Manager - DEPENDS:= +libubox +ubus +uci +libxml2 +libiconv-full + DEPENDS:= +libubox +ubus +uci +libxml2 endef define Package/$(PKG_NAME)/description @@ -49,8 +49,7 @@ endif TARGET_CFLAGS += \ -Wall \ - -I$(STAGING_DIR)/usr/include/libxml2 \ - -L$(STAGING_DIR)/usr/lib/libiconv-full/lib + -I$(STAGING_DIR)/usr/include/libxml2 define Package/$(PKG_NAME)/install $(INSTALL_DIR) $(1)/usr/sbin