summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby
diff options
context:
space:
mode:
authorAmy Fong <amy.fong@windriver.com>2014-05-20 15:25:45 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-05-24 00:27:57 -0400
commita41486c3e32a77ada43f8f8e8fda093b238051e9 (patch)
treedd9d863198ad6564c294eac33c52a1b383f2a50d /meta-openstack/recipes-devtools/ruby
parentdc9f28e6e45414ad2856db325d69c667550b393b (diff)
downloadmeta-cloud-services-a41486c3e32a77ada43f8f8e8fda093b238051e9.tar.gz
Ruby/chef solo: Add recipes-devtools/ruby/systemu_git.bb
Universal capture of stdout and stderr and handling of child process pid for windows, *nix, etc. 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')
-rw-r--r--meta-openstack/recipes-devtools/ruby/systemu_git.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/systemu_git.bb b/meta-openstack/recipes-devtools/ruby/systemu_git.bb
new file mode 100644
index 0000000..606103e
--- /dev/null
+++ b/meta-openstack/recipes-devtools/ruby/systemu_git.bb
@@ -0,0 +1,25 @@
1#
2# Copyright (C) 2014 Wind River Systems, Inc.
3#
4SUMMARY = "Universal capture of stdout and stderr and handling of child process pid"
5DESCRIPTION = "Universal capture of stdout and stderr and handling of \
6child process pid for windows, *nix, etc."
7
8LICENSE = "BSD-2-Clause"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=3d813af90843bb649e97414e6d24e3df"
10
11PR = "r0"
12
13BPV = "2.5.2"
14PV = "${BPV}"
15SRCREV = "cb253a8bf213beea69f27418202e936a22d7308f"
16
17S = "${WORKDIR}/git"
18
19SRC_URI = " \
20 git://github.com/ahoward/systemu.git \
21 "
22
23inherit ruby
24
25BBCLASSEXTEND = "native"