Merge pull request #1056 from tru7/linknx

linknx: fix dependency
This commit is contained in:
Ted Hess
2015-03-19 19:28:14 -04:00
+3 -2
View File
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=linknx PKG_NAME:=linknx
PKG_VERSION:=0.0.1.32 PKG_VERSION:=0.0.1.32
PKG_RELEASE:=5 PKG_RELEASE:=6
PKG_MD5SUM:=7ecc1208f59bceb05068c752b2250b63 PKG_MD5SUM:=7ecc1208f59bceb05068c752b2250b63
PKG_MAINTAINER:=Othmar Truniger <github@truniger.ch> PKG_MAINTAINER:=Othmar Truniger <github@truniger.ch>
@@ -17,6 +17,7 @@ PKG_LICENSE:=GPL-2.0+
PKG_SOURCE_URL:=@SF/linknx PKG_SOURCE_URL:=@SF/linknx
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_BUILD_DEPENDS:=argp-standalone
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
@@ -25,7 +26,7 @@ define Package/linknx
CATEGORY:=Network CATEGORY:=Network
TITLE:=KNX home automation platform TITLE:=KNX home automation platform
URL:=http://sourceforge.net/projects/linknx/ URL:=http://sourceforge.net/projects/linknx/
DEPENDS:=+pthsem +argp-standalone +lua +luac +libstdcpp +libcurl +libesmtp DEPENDS:=+pthsem +lua +luac +libstdcpp +libcurl +libesmtp
endef endef
CONFIGURE_ARGS+= \ CONFIGURE_ARGS+= \