mirror of
https://github.com/novatiq/packages.git
synced 2026-04-24 21:14:40 +01:00
canutils: fix canutils makefile dependency
DEPENDS attribute makes canutils fail on installation procedure Removing it makes a successful build Signed-off-by: Paulo Machado <pffmachado@yahoo.com>
This commit is contained in:
@@ -40,7 +40,6 @@ endef
|
||||
define GenPlugin
|
||||
define Package/$(addprefix canutils-,$(1))
|
||||
$(call Package/canutils/Default)
|
||||
DEPENDS:=canutils
|
||||
TITLE:=Utility $(1) from the CAN utilities
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user