Browse Source

time: bump to version 1.9

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>
Baruch Siach 7 years ago
parent
commit
ec848f899d
2 changed files with 3 additions and 9 deletions
  1. 1 1
      package/time/time.hash
  2. 2 8
      package/time/time.mk

+ 1 - 1
package/time/time.hash

@@ -1,3 +1,3 @@
 # Locally calculated
-sha256	8a2f540155961a35ba9b84aec5e77e3ae36c74cecb4484db455960601b7a2e1b	time-1.8.tar.gz
+sha256	fbacf0c81e62429df3e33bda4cee38756604f18e01d977338e23306a3e3b521e	time-1.9.tar.gz
 sha256	8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903	COPYING

+ 2 - 8
package/time/time.mk

@@ -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))