Update buidlroot to version 2016.08.1

This commit is contained in:
2016-11-16 22:07:29 +01:00
parent 807ab03547
commit a1061efbc2
3636 changed files with 59539 additions and 25783 deletions

View File

@@ -0,0 +1,28 @@
From b067ab9bf667bb9257bb9eeaa6bf25f9a1a17f06 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Krause?= <joerg.krause@embedded.rocks>
Date: Fri, 6 May 2016 23:35:42 +0200
Subject: [PATCH] Fix missing cmakedefine HAVE_GET_CURRENT_DIR_NAME
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
---
cmake.h.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/cmake.h.in b/cmake.h.in
index 4124ce9..0b8f9d0 100644
--- a/cmake.h.in
+++ b/cmake.h.in
@@ -51,6 +51,7 @@
#cmakedefine HAVE_ST_BIRTHTIME
/* Functions */
+#cmakedefine HAVE_GET_CURRENT_DIR_NAME
#cmakedefine HAVE_TIMEGM
#cmakedefine HAVE_UUID_UNPARSE_LOWER
--
2.8.2

View File

@@ -0,0 +1,16 @@
config BR2_PACKAGE_TASKD
bool "taskd"
depends on BR2_USE_WCHAR # gnutls, util-linux
depends on BR2_USE_MMU # fork()
depends on BR2_INSTALL_LIBSTDCPP
select BR2_PACKAGE_GNUTLS
select BR2_PACKAGE_UTIL_LINUX
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
help
Task management synchronization daemon.
http://taskwarrior.org/
comment "taskd needs a toolchain w/ C++, wchar"
depends on BR2_USE_MMU
depends on !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP

View File

@@ -0,0 +1,4 @@
# From http://taskwarrior.org/download/
sha1 ded339deeee65277e4712f71a9159502f8b20b52 taskd-1.1.0.tar.gz
# Locally calculated
sha256 7b8488e687971ae56729ff4e2e5209ff8806cf8cd57718bfd7e521be130621b4 taskd-1.1.0.tar.gz

View File

@@ -0,0 +1,13 @@
################################################################################
#
# taskd
#
################################################################################
TASKD_VERSION = 1.1.0
TASKD_SITE = http://taskwarrior.org/download
TASKD_LICENSE = MIT
TASKD_LICENSE_FILES = COPYING
TASKD_DEPENDENCIES = gnutls util-linux
$(eval $(cmake-package))