diff options
| author | Amy Fong <amy.fong@windriver.com> | 2014-05-20 15:23:58 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-05-24 00:27:14 -0400 |
| commit | 014bda085ad4ca42295317a5c4f3599cddbb468c (patch) | |
| tree | e0b2816ef092bc2f031c3eaa0795cb88081868cd /meta-openstack/recipes-devtools/ruby/net-ssh_git.bb | |
| parent | 44a51c96a6c40577959ebc8c734096765ce49a96 (diff) | |
| download | meta-cloud-services-014bda085ad4ca42295317a5c4f3599cddbb468c.tar.gz | |
Ruby/chef solo: Add recipes-devtools/ruby/net-ssh_git.bb
Net::SSH is a pure-Ruby implementation of the SSH2
client protocol. It allows you to write programs that invoke and
interact with processes on remote servers, via SSH2.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Amy Fong <amy.fong@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby/net-ssh_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/ruby/net-ssh_git.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/net-ssh_git.bb b/meta-openstack/recipes-devtools/ruby/net-ssh_git.bb new file mode 100644 index 0000000..f2591ff --- /dev/null +++ b/meta-openstack/recipes-devtools/ruby/net-ssh_git.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | # | ||
| 2 | # Copyright (C) 2014 Wind River Systems, Inc. | ||
| 3 | # | ||
| 4 | SUMMARY = "Ruby implementation of the SSH2 client protocol." | ||
| 5 | DESCRIPTION = "Net::SSH is a pure-Ruby implementation of the SSH2 \ | ||
| 6 | client protocol. It allows you to write programs that invoke and \ | ||
| 7 | interact with processes on remote servers, via SSH2." | ||
| 8 | |||
| 9 | LICENSE = "MIT" | ||
| 10 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=6c99c0cc0901fbc3607fe997f9898d69" | ||
| 11 | |||
| 12 | PR = "r0" | ||
| 13 | |||
| 14 | BPV = "2.9.1" | ||
| 15 | PV = "${BPV}" | ||
| 16 | SRCREV = "9f8607984d8e904f211cc5edb39ab2a2ca94008e" | ||
| 17 | |||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | |||
| 20 | SRC_URI = " \ | ||
| 21 | git://github.com/net-ssh/net-ssh.git \ | ||
| 22 | file://gemspec-don-t-force-the-use-of-gem-private_key.pem.patch \ | ||
| 23 | " | ||
| 24 | |||
| 25 | inherit ruby | ||
| 26 | |||
| 27 | BBCLASSEXTEND = "native" | ||
