From b70cb0ef5ed196247bd4bcce3cb84167420eeb4d Mon Sep 17 00:00:00 2001 From: Paulo Machado Date: Tue, 14 Jan 2020 10:57:49 +0000 Subject: [PATCH] canutils: fix canutils makefile dependency DEPENDS attribute makes canutils fail on installation procedure Removing it makes a successful build Signed-off-by: Paulo Machado --- utils/canutils/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/canutils/Makefile b/utils/canutils/Makefile index 459da2630..578b03298 100644 --- a/utils/canutils/Makefile +++ b/utils/canutils/Makefile @@ -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