diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-10-27 19:56:49 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-10-29 07:51:39 +0200 |
commit | 096d864673cabe27bd88fe29e9040374c9f407f6 (patch) | |
tree | e8a7aeba82a39f503b4cf8403c0e2fd6c10f6c21 | |
parent | a23e506202ffa96390759bcb492e23260ab37dc0 (diff) |
coreutils: gmp not strictly required
-rw-r--r-- | package/coreutils/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/coreutils/Makefile b/package/coreutils/Makefile index e47471851..a8a22cc88 100644 --- a/package/coreutils/Makefile +++ b/package/coreutils/Makefile @@ -5,11 +5,10 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= coreutils PKG_VERSION:= 8.24 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_HASH:= a2d75286a4b9ef3a13039c2da3868a61be4ee9f17d8ae380a35a97e506972170 PKG_DESCR:= basic file, shell and text manipulation utilities PKG_SECTION:= base/apps -PKG_BUILDDEP:= gmp PKG_NEEDS:= threads PKG_URL:= http://www.gnu.org/software/coreutils/ PKG_SITES:= http://ftp.gnu.org/gnu/coreutils/ |