summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
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-sato
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-sato')
-rw-r--r--meta/recipes-sato/tasks/task-poky.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-sato/tasks/task-poky.bb b/meta/recipes-sato/tasks/task-poky.bb
index cfcbacbf39..72d4d0d9cb 100644
--- a/meta/recipes-sato/tasks/task-poky.bb
+++ b/meta/recipes-sato/tasks/task-poky.bb
@@ -6,7 +6,7 @@ DESCRIPTION = "Tasks for OpenedHand Poky"
6LICENSE = "MIT" 6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ 7LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
8 file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 8 file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
9PR = "r33" 9PR = "r34"
10 10
11PACKAGES = "\ 11PACKAGES = "\
12 task-poky-apps-console \ 12 task-poky-apps-console \
@@ -37,7 +37,6 @@ FILEMANAGER_mips ?= ""
37 37
38RDEPENDS_task-poky-apps-console = "\ 38RDEPENDS_task-poky-apps-console = "\
39 avahi-daemon \ 39 avahi-daemon \
40 dropbear \
41 dbus \ 40 dbus \
42 portmap \ 41 portmap \
43 ${SPLASH}" 42 ${SPLASH}"