summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/packagegroups
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-11-13 21:32:43 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-18 16:42:07 +0000
commitdadb3a7fa70a016fd4bf2b059d37a5e0f759eef1 (patch)
tree5469854997bd1ab8f155f774028e7103e6ca91ba /meta/recipes-core/packagegroups
parente803ac0bee090468540c6f0b074933d9d88441af (diff)
downloadpoky-dadb3a7fa70a016fd4bf2b059d37a5e0f759eef1.tar.gz
packagegroup-self-hosted: add sftp server
Which is needed for integration with Eclispe plugin (From OE-Core rev: 57127ff6f42145bb1a200c8c3267158df637fbfd) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/packagegroups')
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-self-hosted.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
index 19f5a1642e..6dcc44a0ba 100644
--- a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
@@ -4,7 +4,7 @@
4 4
5SUMMARY = "Self-hosting" 5SUMMARY = "Self-hosting"
6DESCRIPTION = "Packages required to run the build system" 6DESCRIPTION = "Packages required to run the build system"
7PR = "r12" 7PR = "r13"
8LICENSE = "MIT" 8LICENSE = "MIT"
9 9
10inherit packagegroup 10inherit packagegroup
@@ -131,6 +131,7 @@ RDEPENDS_packagegroup-self-hosted-extended = "\
131 nfs-utils \ 131 nfs-utils \
132 nfs-utils-client \ 132 nfs-utils-client \
133 openssl \ 133 openssl \
134 openssh-sftp-server \
134 opkg \ 135 opkg \
135 opkg-utils \ 136 opkg-utils \
136 patch \ 137 patch \