mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +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 GenPlugin
|
||||||
define Package/$(addprefix canutils-,$(1))
|
define Package/$(addprefix canutils-,$(1))
|
||||||
$(call Package/canutils/Default)
|
$(call Package/canutils/Default)
|
||||||
DEPENDS:=canutils
|
|
||||||
TITLE:=Utility $(1) from the CAN utilities
|
TITLE:=Utility $(1) from the CAN utilities
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user