removed the openmoko part from the nas server task
this part only drags in dfu-util which does not build under most distro's
openmoko users are very unlikely to run a NAS on their device, and even
if they want to and need dfu-util, they can easily install afterwards
(and dfu-util is not even nas related, so it does not really belong in this task)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
DESCRIPTION = "Tasks for a Network Attached Storage server"
LICENSE = "MIT"
PROVIDES = "task-nas-server-everything"
-PR = "r1"
+PR = "r2"
inherit task
task-nas-server-samba \
task-nas-server-dnsmasq \
task-nas-server-iptables \
-# task-nas-server-openmoko \
task-nas-server-tzdata \
task-nas-server-nfs \
task-nas-server-vfat \
kernel-module-ipt-masquerade \
"
-DESCRIPTION_task-nas-server-openmoko = "NAS-Server: Openmoko Support"
-RDEPENDS_task-nas-server-openmoko = "\
- dfu-util \
-"
-RRECOMMENDS_task-nas-server-openmoko = "\
-"
-
DESCRIPTION_task-nas-server-tzdata = "NAS-Server: Timezone Support"
RDEPENDS_task-nas-server-tzdata = "\
tzdata \