mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 15:08:40 +01:00
telldus-core: replace iconv with standard C++
Avoids iconv dependency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=telldus-core
|
||||
PKG_VERSION:=2.1.2
|
||||
PKG_RELEASE:=5
|
||||
PKG_RELEASE:=6
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://download.telldus.com/TellStick/Software/telldus-core/
|
||||
@@ -22,7 +22,6 @@ PKG_BUILD_PARALLEL:=0
|
||||
PKG_BUILD_DEPENDS:=!USE_GLIBC:argp-standalone
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include $(INCLUDE_DIR)/nls.mk
|
||||
include $(INCLUDE_DIR)/cmake.mk
|
||||
|
||||
define Package/telldus-core
|
||||
@@ -30,7 +29,7 @@ define Package/telldus-core
|
||||
CATEGORY:=Utilities
|
||||
TITLE:=Telldus TellStick USB interface
|
||||
URL:=https://telldus.com
|
||||
DEPENDS:=+confuse +libftdi +libstdcpp $(ICONV_DEPENDS)
|
||||
DEPENDS:=+confuse +libftdi +libstdcpp
|
||||
endef
|
||||
|
||||
define Package/telldus-core/description
|
||||
@@ -45,8 +44,7 @@ endef
|
||||
CMAKE_OPTIONS += \
|
||||
-DBUILD_LIBTELLDUS-CORE=1 \
|
||||
-DBUILD_TDTOOL=1 \
|
||||
-DGENERATE_MAN=0 \
|
||||
-DICONV_LIBRARY=-liconv
|
||||
-DGENERATE_MAN=0
|
||||
|
||||
define Package/telldus-core/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
|
||||
Reference in New Issue
Block a user