diff options
| author | Saul Wold <sgw@linux.intel.com> | 2012-11-13 21:32:43 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-18 16:42:07 +0000 |
| commit | dadb3a7fa70a016fd4bf2b059d37a5e0f759eef1 (patch) | |
| tree | 5469854997bd1ab8f155f774028e7103e6ca91ba | |
| parent | e803ac0bee090468540c6f0b074933d9d88441af (diff) | |
| download | poky-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>
| -rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 3 |
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 | ||
| 5 | SUMMARY = "Self-hosting" | 5 | SUMMARY = "Self-hosting" |
| 6 | DESCRIPTION = "Packages required to run the build system" | 6 | DESCRIPTION = "Packages required to run the build system" |
| 7 | PR = "r12" | 7 | PR = "r13" |
| 8 | LICENSE = "MIT" | 8 | LICENSE = "MIT" |
| 9 | 9 | ||
| 10 | inherit packagegroup | 10 | inherit 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 \ |
