summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2019-02-21 23:51:54 +0100
committerKarel Kočí <cynerd@email.cz>2019-02-21 23:51:54 +0100
commitc9df1acaad8784a03ae21cea6972d7286435fd47 (patch)
treea8bab0ac6de76515d37d233f0421128421d02d4e
parent75cec6167d7e90f0fd452b572abf4a880ce1c913 (diff)
downloadopenwrt-personal-pkgs-c9df1acaad8784a03ae21cea6972d7286435fd47.tar.gz
openwrt-personal-pkgs-c9df1acaad8784a03ae21cea6972d7286435fd47.tar.bz2
openwrt-personal-pkgs-c9df1acaad8784a03ae21cea6972d7286435fd47.zip
Revert "bigclown-control-tool: try to fix missing binary"
This reverts commit 75cec6167d7e90f0fd452b572abf4a880ce1c913.
-rw-r--r--bigclown-control-tool/Makefile5
1 files changed, 0 insertions, 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)