Import buildroot 2016.02.01

This commit is contained in:
2016-02-24 22:35:39 +01:00
parent a6ee09dea4
commit 828befcf3c
7393 changed files with 390887 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_TIME
bool "time"
depends on BR2_USE_MMU # fork()
help
The GNU time utility.
http://savannah.gnu.org/projects/time/

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 e37ea79a253bf85a85ada2f7c632c14e481a5fd262a362f6f4fd58e68601496d time-1.7.tar.gz

View File

@@ -0,0 +1,19 @@
################################################################################
#
# time
#
################################################################################
TIME_VERSION = 1.7
TIME_SITE = $(BR2_GNU_MIRROR)/time
TIME_CONF_ENV = ac_cv_func_wait3=yes
TIME_LICENSE = GPLv2+
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))