summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby
diff options
context:
space:
mode:
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"