diff options
| author | Karel Kočí <cynerd@email.cz> | 2019-02-21 23:51:54 +0100 | 
|---|---|---|
| committer | Karel Kočí <cynerd@email.cz> | 2019-02-21 23:51:54 +0100 | 
| commit | c9df1acaad8784a03ae21cea6972d7286435fd47 (patch) | |
| tree | a8bab0ac6de76515d37d233f0421128421d02d4e /bigclown-control-tool | |
| parent | 75cec6167d7e90f0fd452b572abf4a880ce1c913 (diff) | |
| download | openwrt-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.
Diffstat (limited to 'bigclown-control-tool')
| -rw-r--r-- | bigclown-control-tool/Makefile | 5 | 
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) | 
