mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
dectmngr: Remove dependency to libiconv from dectmngr
This commit is contained in:
parent
4e42968aca
commit
c006db0e21
1 changed files with 3 additions and 4 deletions
|
|
@ -14,7 +14,7 @@ LOCAL_DEV=0
|
||||||
ifneq ($(LOCAL_DEV),1)
|
ifneq ($(LOCAL_DEV),1)
|
||||||
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/dectmngr.git
|
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/dectmngr.git
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_VERSION:=3066b6256466e9ba09f18545c7fe855b5a703b38
|
PKG_SOURCE_VERSION:=aafbade1c9af60325973bfa9bc702b63f4f61562
|
||||||
PKG_MIRROR_HASH:=skip
|
PKG_MIRROR_HASH:=skip
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
@ -34,7 +34,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||||
define Package/$(PKG_NAME)
|
define Package/$(PKG_NAME)
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=DECT Manager
|
TITLE:=DECT Manager
|
||||||
DEPENDS:= +libubox +ubus +uci +libxml2 +libiconv-full
|
DEPENDS:= +libubox +ubus +uci +libxml2
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/$(PKG_NAME)/description
|
define Package/$(PKG_NAME)/description
|
||||||
|
|
@ -49,8 +49,7 @@ endif
|
||||||
|
|
||||||
TARGET_CFLAGS += \
|
TARGET_CFLAGS += \
|
||||||
-Wall \
|
-Wall \
|
||||||
-I$(STAGING_DIR)/usr/include/libxml2 \
|
-I$(STAGING_DIR)/usr/include/libxml2
|
||||||
-L$(STAGING_DIR)/usr/lib/libiconv-full/lib
|
|
||||||
|
|
||||||
define Package/$(PKG_NAME)/install
|
define Package/$(PKG_NAME)/install
|
||||||
$(INSTALL_DIR) $(1)/usr/sbin
|
$(INSTALL_DIR) $(1)/usr/sbin
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue