aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/net-ssh-multi_git.bb
blob: 86f28071a80bda5fcfce35b519ac18f3941299ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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_${PN} += " \
        net-ssh \
        net-ssh-gateway \
        "

BBCLASSEXTEND = "native"