]> code.ossystems Code Review - openembedded-core.git/commitdiff
packagegroup-self-hosted: add sftp server
authorSaul Wold <sgw@linux.intel.com>
Wed, 14 Nov 2012 05:32:43 +0000 (21:32 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 18 Nov 2012 11:45:05 +0000 (11:45 +0000)
Which is needed for integration with Eclispe plugin

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/packagegroups/packagegroup-self-hosted.bb

index 19f5a1642e5931ef687c0ec72dc4d249c5c60fe2..6dcc44a0bafe20e272883a41aa225e94c8dfb70d 100644 (file)
@@ -4,7 +4,7 @@
 
 SUMMARY = "Self-hosting"
 DESCRIPTION = "Packages required to run the build system"
-PR = "r12"
+PR = "r13"
 LICENSE = "MIT"
 
 inherit packagegroup
@@ -131,6 +131,7 @@ RDEPENDS_packagegroup-self-hosted-extended = "\
     nfs-utils \
     nfs-utils-client \
     openssl \
+    openssh-sftp-server \
     opkg \
     opkg-utils \
     patch \