From c9df1acaad8784a03ae21cea6972d7286435fd47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 21 Feb 2019 23:51:54 +0100 Subject: Revert "bigclown-control-tool: try to fix missing binary" This reverts commit 75cec6167d7e90f0fd452b572abf4a880ce1c913. --- bigclown-control-tool/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bigclown-control-tool/Makefile b/bigclown-control-tool/Makefile index f052418..38730f6 100644 --- a/bigclown-control-tool/Makefile +++ b/bigclown-control-tool/Makefile @@ -26,11 +26,6 @@ define Package/$(PKG_NAME) DEPENDS:=+python3-click-log +python3-paho-mqtt +python3-pyserial +python3-yaml +python3-simplejson endef -define Py3Package/$(PKG_NAME)/install - $(INSTALL_DIR) $(1)/usr/bin - $(CP) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin/ -endef - define Build/Compile sed -i 's/@@VERSION@@/$(PKG_VERSION)/' "$(PKG_BUILD_DIR)/setup.py" $(call Py3Build/Compile/Default) -- cgit v1.2.3