Requirements cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6691 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
25c5078dfa
commit
46f7f03ed9
@ -51,5 +51,5 @@ endef
|
||||
$(eval $(call BuildPackage,ruby))
|
||||
|
||||
$(eval $(call RequireCommand,/usr/bin/ruby, \
|
||||
Ruby requires ruby installed on the host-system. \
|
||||
$(PKG_NAME) requires ruby installed on the host-system. \
|
||||
))
|
||||
|
@ -63,5 +63,5 @@ endef
|
||||
$(eval $(call BuildPackage,libpopt))
|
||||
|
||||
$(eval $(call RequireCommand,xgettext, \
|
||||
popt requires GNU gettext to build. \
|
||||
$(PKG_NAME) requires GNU gettext to build. \
|
||||
))
|
||||
|
@ -91,6 +91,6 @@ endef
|
||||
$(eval $(call BuildPackage,elinks))
|
||||
|
||||
$(eval $(call RequireCommand,autoconf, \
|
||||
elinks requires GNU autoconf. \
|
||||
$(PKG_NAME) requires GNU autoconf. \
|
||||
))
|
||||
|
||||
|
@ -61,6 +61,6 @@ $(eval $(call BuildPackage,shell-fm))
|
||||
|
||||
|
||||
$(eval $(call RequireCommand,aclocal, \
|
||||
shell-fm requires automake \
|
||||
$(PKG_NAME) requires automake \
|
||||
))
|
||||
|
||||
|
@ -50,5 +50,5 @@ endef
|
||||
$(eval $(call BuildPackage,firmwarehotplug))
|
||||
|
||||
$(eval $(call RequireCommand,sdcc, \
|
||||
Please install the SDCC Cross Compiler (sdcc). \
|
||||
$(PKG_NAME) requires the SDCC Cross Compiler (sdcc). \
|
||||
))
|
||||
|
@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||
define Package/lilo
|
||||
SECTION:=base
|
||||
CATEGORY:=Boot Loaders
|
||||
DEPENDS:=@LINUX_2_6_X86||LINUX_2_4_X86
|
||||
DEPENDS:=@LINUX_2_6_X86
|
||||
TITLE:=lilo
|
||||
URL:=ftp://metalab.unc.edu/pub/Linux/system/boot/lilo/
|
||||
endef
|
||||
|
Loading…
x
Reference in New Issue
Block a user