diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-05 08:57:37 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-05 10:33:01 +0100 |
commit | bc30aaf5b8e3c97726b71545992d965d17d698e4 (patch) | |
tree | 569e80bb92bf771039b6425a3a61601438e5a804 /recipes/tasks | |
parent | 8f601461fad4320e68c847cc1a79c1275dc704fe (diff) |
task-shr: fix typo and add task-cli-tools, task-cli-tools-debug
* remove what is already included in those tasks
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/tasks')
-rw-r--r-- | recipes/tasks/task-shr.bb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/recipes/tasks/task-shr.bb b/recipes/tasks/task-shr.bb index 607827a6c3..355b04de75 100644 --- a/recipes/tasks/task-shr.bb +++ b/recipes/tasks/task-shr.bb @@ -1,5 +1,5 @@ DESCRIPTION = "SHR Fat Image Feed" -PR = "r5" +PR = "r6" PV = "2.0" LICENSE = "GPL" @@ -29,12 +29,11 @@ RDEPENDS_${PN}-apps += "\ midori \ intone \ " -RDEPENDS_${PN}-apps += "\ +RDEPENDS_${PN}-cli += "\ + task-cli-tools \ + task-cli-tools-debug \ task-shr-minimal-cli \ - screen \ rsync \ - mdbus2 \ - mterm2 \ openssh-sftp-server \ " |