Removed unused dependencies
This commit is contained in:
parent
f36fa3f32b
commit
06f9a400f6
1 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk
|
||||||
PKG_NAME:=cronosagent
|
PKG_NAME:=cronosagent
|
||||||
PKG_VERSION:=$(shell grep -o -E '[0-9]+' source/Version.h)
|
PKG_VERSION:=$(shell grep -o -E '[0-9]+' source/Version.h)
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||||
PKG_BUILD_DEPENDS:=+libstdcpp +libopenssl
|
PKG_BUILD_DEPENDS:=
|
||||||
X_SOURCE_DIR:=$(CURDIR)/source
|
X_SOURCE_DIR:=$(CURDIR)/source
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
@ -62,4 +62,3 @@ define Package/cronosagent/install
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,cronosagent))
|
$(eval $(call BuildPackage,cronosagent))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue