From 342da440bebde9db73b04f43823f64fe2409b634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 3 Jul 2019 16:19:06 +0200 Subject: Some fixes of packages --- bigclown-firmware-tool/Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'bigclown-firmware-tool/Makefile') diff --git a/bigclown-firmware-tool/Makefile b/bigclown-firmware-tool/Makefile index 9cbfcb3..0172b0d 100644 --- a/bigclown-firmware-tool/Makefile +++ b/bigclown-firmware-tool/Makefile @@ -16,7 +16,7 @@ PKG_MAINTAINER:=Karel Kočí PKG_BUILD_DIR:=$(BUILD_DIR)/bch-firmware-tool-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk -include ../../../lang/python/python3-package.mk +include $(TOPDIR)/feeds/packages/lang/python/python3-package.mk define Package/$(PKG_NAME) SECTION:=utils @@ -26,13 +26,13 @@ define Package/$(PKG_NAME) TITLE:=BigCLown firmware tool DEPENDS:= \ +python3-appdirs \ - +python3-pyserial \ - +python3-colorama \ - +python3-yaml \ - +python3-schema \ - +python3-requests \ - +python3-click \ - python3-intelhex + +python3-pyserial \ + +python3-colorama \ + +python3-yaml \ + +python3-schema \ + +python3-requests \ + +python3-click \ + python3-intelhex endef define Build/Compile -- cgit v1.2.3