summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-01-28 08:55:04 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2012-01-29 09:23:36 +0100
commit63a410133a9197d1924cb123e2079762e82a5d0c (patch)
tree637914a4916cfc499c44d88ae3475ebbb8e59050 /meta-oe/recipes-core
parente682ad9809eb86048e0f9d4241d753d8f8fdfad8 (diff)
downloadmeta-openembedded-63a410133a9197d1924cb123e2079762e82a5d0c.tar.gz
task-basic: systemd drags in the (u)mount it needs on its own now
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-core')
-rw-r--r--meta-oe/recipes-core/tasks/task-basic.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-core/tasks/task-basic.bb b/meta-oe/recipes-core/tasks/task-basic.bb
index acd4ea74d..d4a0bd934 100644
--- a/meta-oe/recipes-core/tasks/task-basic.bb
+++ b/meta-oe/recipes-core/tasks/task-basic.bb
@@ -5,7 +5,7 @@ DESCRIPTION = "Basic task to get a device online"
5LICENSE = "MIT" 5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" 6LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
7 7
8PR = "r6" 8PR = "r8"
9 9
10inherit task 10inherit task
11 11
@@ -35,7 +35,6 @@ RDEPENDS_${PN} = "\
35 ${TASK_BASIC_SSHDAEMON} \ 35 ${TASK_BASIC_SSHDAEMON} \
36 avahi-daemon avahi-utils avahi-systemd \ 36 avahi-daemon avahi-utils avahi-systemd \
37 systemd-compat-units \ 37 systemd-compat-units \
38 util-linux-mount util-linux-umount \
39 " 38 "
40 39
41# 40#