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:43:15 +0000 |
commit | 7e9484241b055975ee0843a91ba12465392370a9 (patch) | |
tree | b8f4f5926e01e35fa9804eba5b12af775de1f5b0 /meta/recipes-sato | |
parent | 71782f844552636bb0158e7a2271e849259a48c0 (diff) | |
download | openembedded-core-7e9484241b055975ee0843a91ba12465392370a9.tar.gz openembedded-core-7e9484241b055975ee0843a91ba12465392370a9.tar.bz2 openembedded-core-7e9484241b055975ee0843a91ba12465392370a9.tar.xz openembedded-core-7e9484241b055975ee0843a91ba12465392370a9.zip |
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.
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/recipes-sato')
-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 cfcbacbf3..72d4d0d9c 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" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" -PR = "r33" +PR = "r34" PACKAGES = "\ task-poky-apps-console \ @@ -37,7 +37,6 @@ FILEMANAGER_mips ?= "" RDEPENDS_task-poky-apps-console = "\ avahi-daemon \ - dropbear \ dbus \ portmap \ ${SPLASH}" |