diff options
author | Saul Wold <Saul.Wold@intel.com> | 2010-08-27 13:31:44 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-31 17:21:43 +0100 |
commit | b36e98043e4ddf70e0ad335377521ed09ef8419c (patch) | |
tree | 6be7bc1e3d206508916e92e1237ce2dbccb4b388 | |
parent | 8a135291724859281c0be503e8a12fc4ddcd9fe8 (diff) | |
download | poky-b36e98043e4ddf70e0ad335377521ed09ef8419c.tar.gz |
task-poky-basic.bb: add at and watchdog
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
-rw-r--r-- | meta/recipes-extended/tasks/task-poky-basic.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/tasks/task-poky-basic.bb b/meta/recipes-extended/tasks/task-poky-basic.bb index bbd4205ce9..205ba39793 100644 --- a/meta/recipes-extended/tasks/task-poky-basic.bb +++ b/meta/recipes-extended/tasks/task-poky-basic.bb | |||
@@ -127,10 +127,11 @@ RDEPENDS_task-poky-multiuser = "\ | |||
127 | RDEPENDS_task-poky-rpm = "\ | 127 | RDEPENDS_task-poky-rpm = "\ |
128 | beecrypt \ | 128 | beecrypt \ |
129 | rpm \ | 129 | rpm \ |
130 | # zypper \ | ||
130 | " | 131 | " |
131 | 132 | ||
132 | RDEPENDS_task-poky-sys-services = "\ | 133 | RDEPENDS_task-poky-sys-services = "\ |
133 | # at \ | 134 | at \ |
134 | bzip2 \ | 135 | bzip2 \ |
135 | # cronie \ | 136 | # cronie \ |
136 | # crontabs \ | 137 | # crontabs \ |