summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/net-ssh-gateway_git.bb
diff options
context:
space:
mode:
authorAmy Fong <amy.fong@windriver.com>2014-05-20 15:22:25 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-05-24 00:27:14 -0400
commit1e0654f49b615e01ab8741d262d0062513ee3b88 (patch)
treee2547aae8daac1836d32d5aa6b5a8440a9e65d3c /meta-openstack/recipes-devtools/ruby/net-ssh-gateway_git.bb
parent3c237f2e18e4a54850a713cb35e23ddfde187906 (diff)
downloadmeta-cloud-services-1e0654f49b615e01ab8741d262d0062513ee3b88.tar.gz
Ruby/chef solo: Add recipes-devtools/ruby/net-ssh-gateway_git.bb
A library for programmatically tunnelling connections to servers via a single "gateway" host. It is useful for establishing Net::SSH connections to servers behind firewalls, but can also be used to forward ports and establish connections of other types, like HTTP, to servers with restricted access. 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-gateway_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/ruby/net-ssh-gateway_git.bb33
1 files changed, 33 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/net-ssh-gateway_git.bb b/meta-openstack/recipes-devtools/ruby/net-ssh-gateway_git.bb
new file mode 100644
index 0000000..7c46b5a
--- /dev/null
+++ b/meta-openstack/recipes-devtools/ruby/net-ssh-gateway_git.bb
@@ -0,0 +1,33 @@
1#
2# Copyright (C) 2014 Wind River Systems, Inc.
3#
4SUMMARY = "A library for tunnelling connections to servers via a gateway"
5DESCRIPTION = "A library for programmatically tunnelling connections \
6to servers via a single “gateway” host. It is useful for establishing \
7Net::SSH connections to servers behind firewalls, but can also be used \
8to forward ports and establish connections of other types, like HTTP, \
9to servers with restricted access."
10
11LICENSE = "MIT"
12LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=6c99c0cc0901fbc3607fe997f9898d69"
13
14PR = "r0"
15
16BPV = "1.2.0"
17PV = "${BPV}"
18SRCREV = "1de7611a7f7cedbe7a4c6cf3798c88d00637582d"
19
20S = "${WORKDIR}/git"
21
22SRC_URI = " \
23 git://github.com/net-ssh/net-ssh-gateway.git \
24 file://gemspec-don-t-force-the-use-of-gem-private_key.pem.patch \
25 "
26
27inherit ruby
28
29RDEPENDS += " \
30 net-ssh \
31 "
32
33BBCLASSEXTEND = "native"