diff options
author | Scott Garman <scott.a.garman@intel.com> | 2011-03-04 14:03:02 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-16 13:54:30 +0000 |
commit | 849c862af198c163ceb80bfaa8152df3ffe3a0ed (patch) | |
tree | 150ddb73abef6b722bbe31c973b583fdc38d1ebe /meta/recipes-sato/tasks | |
parent | a1f722aa9eab9313bcb295e4ff81bd02c34db438 (diff) | |
download | poky-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/tasks')
-rw-r--r-- | meta/recipes-sato/tasks/task-poky.bb | 3 |
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" | |||
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | 7 | LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ |
8 | file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 8 | file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
9 | PR = "r33" | 9 | PR = "r34" |
10 | 10 | ||
11 | PACKAGES = "\ | 11 | PACKAGES = "\ |
12 | task-poky-apps-console \ | 12 | task-poky-apps-console \ |
@@ -37,7 +37,6 @@ FILEMANAGER_mips ?= "" | |||
37 | 37 | ||
38 | RDEPENDS_task-poky-apps-console = "\ | 38 | RDEPENDS_task-poky-apps-console = "\ |
39 | avahi-daemon \ | 39 | avahi-daemon \ |
40 | dropbear \ | ||
41 | dbus \ | 40 | dbus \ |
42 | portmap \ | 41 | portmap \ |
43 | ${SPLASH}" | 42 | ${SPLASH}" |