coreutils upgrade to version 8.15 and refresh COREUTILS_APPLETS list.

I would also like to maintain this package.

Signed-off-by: Luka Perkov <open...@lukaperkov.net>
---

Index: utils/coreutils/patches/001-no_docs_man_tests.patch
===================================================================
--- utils/coreutils/patches/001-no_docs_man_tests.patch (revision 30641)
+++ utils/coreutils/patches/001-no_docs_man_tests.patch (working copy)
@@ -11,7 +11,7 @@
    ChangeLog-2005                      \
 --- a/Makefile.in
 +++ b/Makefile.in
-@@ -1238,7 +1238,7 @@ top_srcdir = @top_srcdir@
+@@ -1490,7 +1490,7 @@ top_srcdir = @top_srcdir@
  
  # Some tests always need root privileges, others need them only sometimes.
  ALL_RECURSIVE_TARGETS = install-root check-root distcheck-hook
Index: utils/coreutils/Makefile
===================================================================
--- utils/coreutils/Makefile    (revision 30641)
+++ utils/coreutils/Makefile    (working copy)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2008-2010 OpenWrt.org
+# Copyright (C) 2008-2012 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -8,26 +8,26 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=coreutils
-PKG_VERSION:=8.8
+PKG_VERSION:=8.15
 PKG_RELEASE:=1
 
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=@GNU/coreutils
-PKG_MD5SUM:=bad596d9654e299eedea0eaf93f178fa
-PKG_BUILD_DEPENDS:=libpthread
+PKG_MD5SUM:=094909fafa86110140b32e4948941545
 
 include $(INCLUDE_DIR)/package.mk
 
 COREUTILS_APPLETS:=\
        base64 basename cat chcon chgrp chmod chown chroot cksum comm cp \
        csplit cut date dd dir dircolors dirname du echo env expand expr \
-       factor false fmt fold groups head hostid id install join kill link \
-       ln logname ls md5sum mkdir mkfifo mknod mktemp mv nice nl nohup nproc \
-       od paste pathchk pinky pr printenv printf ptx pwd readlink rm rmdir \
-       runcon seq sha1sum sha224sum sha256sum sha384sum sha512sum shred shuf \
-       sleep sort split stat stdbuf stty su sum sync tac tail tee test timeout 
\
-       touch tr true truncate tsort tty uname unexpand uniq unlink uptime 
users \
-       vdir wc who whoami yes
+       factor false fmt fold getlimits ginstall groups head hostid id \
+       join kill link ln logname ls md5sum mkdir mkfifo mknod mktemp mv \
+       nice nl nohup nproc od paste pathchk pinky pr printenv printf \
+       ptx pwd readlink realpath rm rmdir runcon seq setuidgid sha1sum \
+       sha224sum sha256sum sha384sum sha512sum shred shuf sleep sort \
+       split stat stdbuf stty su sum sync tac tail tee test timeout \
+       touch tr true truncate tsort tty uname unexpand uniq unlink \
+       uptime users vdir wc who whoami yes
 
 define Package/coreutils/Default
   SECTION:=utils
@@ -43,7 +43,7 @@
 endef
 
 define Package/coreutils/description
-       Full versions of standard GNU utilities.  Normally, you would not
+       Full versions of standard GNU utilities. Normally, you would not
        use this package, since the functionality in BusyBox is more than
         sufficient and much smaller.
 endef
@@ -56,7 +56,7 @@
   endef
 
   define Package/$(1)/description
-       Full version of standard GNU $(2) utility.  Normally, you would not
+       Full version of standard GNU $(2) utility. Normally, you would not
        use this package, since the functionality in BusyBox is more than
        sufficient.
   endef
@@ -75,7 +75,11 @@
 endif
 
 CONFIGURE_ARGS += \
-       --enable-install-program=su
+       --disable-threads \
+       --disable-rpath \
+       --disable-nls \
+       --without-selinux \
+       --without-gmp
 
 define Build/Compile
        $(MAKE) -C $(PKG_BUILD_DIR) \
@@ -84,14 +88,10 @@
                all install install-root
 endef
 
-define Package/coreutils/install
-       true
-endef
-
 define BuildPlugin
   define Package/$(1)/install
        $(INSTALL_DIR) $$(1)/usr/bin
-       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/$(2) $$(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/$(2) $$(1)/usr/bin
   endef
 
   $$(eval $$(call BuildPackage,$(1)))
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to