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:14 -0400
commit3f1297027482476c792a58abbcb3934a37c86803 (patch)
treefeb99b5ac71ace2d82374043b14778ba75e8d25f /meta-openstack/recipes-devtools/ruby
parent2cffe3418bc2ca116bfe8d05864a81f99ec100c1 (diff)
downloadmeta-cloud-services-3f1297027482476c792a58abbcb3934a37c86803.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"