]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
time: bump to version 1.9
authorBaruch Siach <baruch@tkos.co.il>
Wed, 28 Mar 2018 21:14:01 +0000 (00:14 +0300)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 29 Mar 2018 14:06:14 +0000 (16:06 +0200)
Fix seed variable name for the wait3 system call AC_TRY_RUN test.

Remove manual installation; not needed anymore.

Cc: Will Newton <will.newton@gmail.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/time/time.hash
package/time/time.mk

index 7d395bfb6c3027eb8d39fb6d937d4ce8019f5141..b843534a58993e5586fbd326d16ba86bbc63bb20 100644 (file)
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256 8a2f540155961a35ba9b84aec5e77e3ae36c74cecb4484db455960601b7a2e1b        time-1.8.tar.gz
+sha256 fbacf0c81e62429df3e33bda4cee38756604f18e01d977338e23306a3e3b521e        time-1.9.tar.gz
 sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903        COPYING
index c238ee6e2777bbc39823a96c706c4c9145aee7ba..400eca0dc70a71e44900fdfbb0682f1f87ee2648 100644 (file)
@@ -4,16 +4,10 @@
 #
 ################################################################################
 
-TIME_VERSION = 1.8
+TIME_VERSION = 1.9
 TIME_SITE = $(BR2_GNU_MIRROR)/time
-TIME_CONF_ENV = ac_cv_func_wait3=yes
+TIME_CONF_ENV = ac_cv_func_wait3_rusage=yes
 TIME_LICENSE = GPL-3.0+
 TIME_LICENSE_FILES = COPYING
 
-# time uses an old version of automake that does not support
-# installing in DESTDIR.
-define TIME_INSTALL_TARGET_CMDS
-       $(INSTALL) -D -m 755  $(@D)/time $(TARGET_DIR)/usr/bin/time
-endef
-
 $(eval $(autotools-package))