summaryrefslogtreecommitdiffstats
path: root/package/taskd/Config.in
diff options
context:
space:
mode:
authorBen Boeckel <mathstuf@gmail.com>2016-03-09 21:38:40 -0500
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-03-10 23:29:58 +0100
commitbd3cbf3e564e890f7fe08aab5c8fa7b8beccff10 (patch)
tree878b5ea30321ca8fdb1f34cd27a0e3f5937fbc21 /package/taskd/Config.in
parent348d5edd91abec1fc4cc27965220d54e58217dc3 (diff)
downloadbuildroot-bd3cbf3e564e890f7fe08aab5c8fa7b8beccff10.tar.gz
buildroot-bd3cbf3e564e890f7fe08aab5c8fa7b8beccff10.zip
taskd: new package
Taskwarrior is a task management suite of tools. Taskd is the synchronization server for it. Signed-off-by: Ben Boeckel <mathstuf@gmail.com> [Thomas: - use 'depends on' for BR2_USE_MMU, and add a comment indicating that the dependency is due to the use of fork() - use 'depends on' for BR2_USE_WCHAR, and add a comment indicating that the dependency is due to gnutls and util-linux. - add a hash file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/taskd/Config.in')
-rw-r--r--package/taskd/Config.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/taskd/Config.in b/package/taskd/Config.in
new file mode 100644
index 0000000000..28361612e4
--- /dev/null
+++ b/package/taskd/Config.in
@@ -0,0 +1,15 @@
+config BR2_PACKAGE_TASKD
+ bool "taskd"
+ depends on BR2_USE_WCHAR # gnutls, util-linux
+ depends on BR2_USE_MMU # fork()
+ 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/ wchar"
+ depends on BR2_USE_MMU
+ depends on !BR2_USE_WCHAR
OpenPOWER on IntegriCloud