Requirements cleanup
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 24 Mar 2007 23:01:10 +0000 (23:01 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 24 Mar 2007 23:01:10 +0000 (23:01 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6691 3c298f89-4303-0410-b956-a3cf2f4a3e73

lang/ruby/Makefile
libs/popt/Makefile
net/elinks/Makefile
sound/shell-fm/Makefile
utils/firmwarehotplug/Makefile
utils/lilo/Makefile

index 4aad851..db8069d 100644 (file)
@@ -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. \
 ))
index d7c8331..a021dfc 100644 (file)
@@ -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. \
 ))
index b1e4970..a0aad9c 100644 (file)
@@ -91,6 +91,6 @@ endef
 $(eval $(call BuildPackage,elinks))
 
 $(eval $(call RequireCommand,autoconf, \
-       elinks requires GNU autoconf. \
+       $(PKG_NAME) requires GNU autoconf. \
 ))
 
index 16085da..04b424c 100644 (file)
@@ -61,6 +61,6 @@ $(eval $(call BuildPackage,shell-fm))
 
 
 $(eval $(call RequireCommand,aclocal, \
-       shell-fm requires automake \
+       $(PKG_NAME) requires automake \
 ))
 
index 5011517..4bf8e71 100644 (file)
@@ -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). \
 ))
index 1f31d59..c77e245 100644 (file)
@@ -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