4
Fork 0

Removed unused dependencies

This commit is contained in:
R3ABM Artem 2016-08-03 18:58:32 +04:00
parent f36fa3f32b
commit 06f9a400f6

View file

@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=cronosagent
PKG_VERSION:=$(shell grep -o -E '[0-9]+' source/Version.h)
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_BUILD_DEPENDS:=+libstdcpp +libopenssl
PKG_BUILD_DEPENDS:=
X_SOURCE_DIR:=$(CURDIR)/source
include $(INCLUDE_DIR)/package.mk
@ -62,4 +62,3 @@ define Package/cronosagent/install
endef
$(eval $(call BuildPackage,cronosagent))