projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3aa5251
)
canutils: fix canutils makefile dependency
author
Paulo Machado
<pffmachado@yahoo.com>
Tue, 14 Jan 2020 10:57:49 +0000
(10:57 +0000)
committer
Paulo Machado
<pffmachado@yahoo.com>
Tue, 14 Jan 2020 10:57:49 +0000
(10:57 +0000)
DEPENDS attribute makes canutils fail on installation procedure
Removing it makes a successful build
Signed-off-by: Paulo Machado <pffmachado@yahoo.com>
utils/canutils/Makefile
patch
|
blob
|
history
diff --git
a/utils/canutils/Makefile
b/utils/canutils/Makefile
index 459da2630257621ac6ededee7f910f46f625ffbe..578b0329813365c14ecf738bfcc6ab0ec6f32b7c 100644
(file)
--- 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