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:
0fa6b85
)
dtc: Add missing dependency to -utils
author
Rosen Penev
<rosenp@gmail.com>
Mon, 16 Sep 2019 17:01:13 +0000
(10:01 -0700)
committer
Yousong Zhou
<yszhou4tech@gmail.com>
Tue, 17 Sep 2019 03:37:15 +0000
(11:37 +0800)
Signed-off-by: Rosen Penev <rosenp@gmail.com>
libs/dtc/Makefile
patch
|
blob
|
history
diff --git
a/libs/dtc/Makefile
b/libs/dtc/Makefile
index 081eaf0bfbc5cc65955bfc1791dfe4eb1a6b0e4b..b905f266431587958d112d02e73d8c9e978b5a76 100644
(file)
--- a/
libs/dtc/Makefile
+++ b/
libs/dtc/Makefile
@@
-46,6
+46,7
@@
define Package/fdt-utils
CATEGORY:=Utilities
TITLE:=Flat Device Tree Utilities
URL:=https://git.kernel.org/pub/scm/utils/dtc/dtc.git
+ DEPENDS:=+libfdt
endef
define Package/fdt-utils/install