From 0d658f5accb7faab1d95daa41502a26b84fac354 Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Tue, 20 May 2014 15:23:28 -0400 Subject: Ruby/chef solo: Add recipes-devtools/ruby/net-ssh-multi_git.bb A library for controlling multiple Net::SSH connections via a single interface. It exposes an API similar to that of Net::SSH::Connection::Session and Net::SSH::Connection::Channel, making it simpler to adapt programs designed for single connections to be used with multiple connections. Signed-off-by: Mark Asselstine Signed-off-by: Amy Fong --- .../recipes-devtools/ruby/net-ssh-multi_git.bb | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 meta-openstack/recipes-devtools/ruby/net-ssh-multi_git.bb (limited to 'meta-openstack/recipes-devtools/ruby/net-ssh-multi_git.bb') diff --git a/meta-openstack/recipes-devtools/ruby/net-ssh-multi_git.bb b/meta-openstack/recipes-devtools/ruby/net-ssh-multi_git.bb new file mode 100644 index 0000000..11527be --- /dev/null +++ b/meta-openstack/recipes-devtools/ruby/net-ssh-multi_git.bb @@ -0,0 +1,34 @@ +# +# Copyright (C) 2014 Wind River Systems, Inc. +# +SUMMARY = "A library for controlling multiple ssh connections via a single interface" +DESCRIPTION = "A library for controlling multiple Net::SSH connections \ +via a single interface. It exposes an API similar to that of \ +Net::SSH::Connection::Session and Net::SSH::Connection::Channel, \ +making it simpler to adapt programs designed for single connections to \ +be used with multiple connections." + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=6c99c0cc0901fbc3607fe997f9898d69" + +PR = "r0" + +BPV = "1.2.0" +PV = "${BPV}" +SRCREV = "b659f2884b2c9abdbe3bbf3c844937a0799ed5ac" + +S = "${WORKDIR}/git" + +SRC_URI = " \ + git://github.com/net-ssh/net-ssh-multi.git \ + file://gemspec-don-t-force-the-use-of-gem-private_key.pem.patch \ + " + +inherit ruby + +RDEPENDS += " \ + net-ssh \ + net-ssh-gateway \ + " + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf