summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/tasks
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2011-03-04 14:03:02 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-16 13:54:30 +0000
commit849c862af198c163ceb80bfaa8152df3ffe3a0ed (patch)
tree150ddb73abef6b722bbe31c973b583fdc38d1ebe /meta/recipes-extended/tasks
parenta1f722aa9eab9313bcb295e4ff81bd02c34db438 (diff)
downloadpoky-849c862af198c163ceb80bfaa8152df3ffe3a0ed.tar.gz
task-base, task-poky-basic, task-poky: Remove hard-coded references to dropbear
This is the first step in refactoring the SSH server selection to be done in IMAGE_FEATURES instead of as hardcoded in these tasks. (From OE-Core rev: 7e9484241b055975ee0843a91ba12465392370a9) Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/tasks')
-rw-r--r--meta/recipes-extended/tasks/task-poky-basic.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-extended/tasks/task-poky-basic.bb b/meta/recipes-extended/tasks/task-poky-basic.bb
index d7beafedd8..3d313f0e52 100644
--- a/meta/recipes-extended/tasks/task-poky-basic.bb
+++ b/meta/recipes-extended/tasks/task-poky-basic.bb
@@ -3,7 +3,7 @@
3# 3#
4 4
5DESCRIPTION = "Create Basic Image Tasks" 5DESCRIPTION = "Create Basic Image Tasks"
6PR = "r2" 6PR = "r3"
7LICENSE = "MIT" 7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ 8LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
9 file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 9 file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
@@ -55,7 +55,6 @@ RDEPENDS_task-poky-basic = "\
55 55
56RDEPENDS_task-poky-base-utils = "\ 56RDEPENDS_task-poky-base-utils = "\
57 busybox \ 57 busybox \
58 dropbear \
59 " 58 "
60 59
61RDEPENDS_task-poky-basic-libs = "\ 60RDEPENDS_task-poky-basic-libs = "\