diff options
| author | Amy Fong <amy.fong@windriver.com> | 2014-05-20 15:25:45 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-05-24 00:27:14 -0400 |
| commit | 3f1297027482476c792a58abbcb3934a37c86803 (patch) | |
| tree | feb99b5ac71ace2d82374043b14778ba75e8d25f /meta-openstack/recipes-devtools/ruby | |
| parent | 2cffe3418bc2ca116bfe8d05864a81f99ec100c1 (diff) | |
| download | meta-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.bb | 25 |
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 | # | ||
| 4 | SUMMARY = "Universal capture of stdout and stderr and handling of child process pid" | ||
| 5 | DESCRIPTION = "Universal capture of stdout and stderr and handling of \ | ||
| 6 | child process pid for windows, *nix, etc." | ||
| 7 | |||
| 8 | LICENSE = "BSD-2-Clause" | ||
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3d813af90843bb649e97414e6d24e3df" | ||
| 10 | |||
| 11 | PR = "r0" | ||
| 12 | |||
| 13 | BPV = "2.5.2" | ||
| 14 | PV = "${BPV}" | ||
| 15 | SRCREV = "cb253a8bf213beea69f27418202e936a22d7308f" | ||
| 16 | |||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | |||
| 19 | SRC_URI = " \ | ||
| 20 | git://github.com/ahoward/systemu.git \ | ||
| 21 | " | ||
| 22 | |||
| 23 | inherit ruby | ||
| 24 | |||
| 25 | BBCLASSEXTEND = "native" | ||
