From: Florian Fainelli Date: Sat, 24 Mar 2007 23:01:10 +0000 (+0000) Subject: Requirements cleanup X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a648df87a9443696b080e621b19dfcf0ed065626;p=openwrt%2Fsvn-archive%2Fpackages.git Requirements cleanup SVN-Revision: 6691 --- diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index 4aad8519a..db8069d29 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -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. \ )) diff --git a/libs/popt/Makefile b/libs/popt/Makefile index d7c833100..a021dfcba 100644 --- a/libs/popt/Makefile +++ b/libs/popt/Makefile @@ -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. \ )) diff --git a/net/elinks/Makefile b/net/elinks/Makefile index b1e497040..a0aad9c5a 100644 --- a/net/elinks/Makefile +++ b/net/elinks/Makefile @@ -91,6 +91,6 @@ endef $(eval $(call BuildPackage,elinks)) $(eval $(call RequireCommand,autoconf, \ - elinks requires GNU autoconf. \ + $(PKG_NAME) requires GNU autoconf. \ )) diff --git a/sound/shell-fm/Makefile b/sound/shell-fm/Makefile index 16085daa4..04b424c76 100644 --- a/sound/shell-fm/Makefile +++ b/sound/shell-fm/Makefile @@ -61,6 +61,6 @@ $(eval $(call BuildPackage,shell-fm)) $(eval $(call RequireCommand,aclocal, \ - shell-fm requires automake \ + $(PKG_NAME) requires automake \ )) diff --git a/utils/firmwarehotplug/Makefile b/utils/firmwarehotplug/Makefile index 501151739..4bf8e7127 100644 --- a/utils/firmwarehotplug/Makefile +++ b/utils/firmwarehotplug/Makefile @@ -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). \ )) diff --git a/utils/lilo/Makefile b/utils/lilo/Makefile index 1f31d59ee..c77e245fc 100644 --- a/utils/lilo/Makefile +++ b/utils/lilo/Makefile @@ -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