Add missing command dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5922 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
64230880e0
commit
43d6e159cd
@ -48,6 +48,8 @@ endef
|
||||
|
||||
$(eval $(call BuildPackage,firmwarehotplug))
|
||||
|
||||
$(eval $(call RequireCommand,sdcc, \
|
||||
$(PKG_NAME) requires sdcc. \
|
||||
))
|
||||
$(foreach command, sdcc sgml2html, \
|
||||
$(eval $(call RequireCommand,$(command), \
|
||||
$(PKG_NAME) requires $(command). \
|
||||
)) \
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user