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:57 -0400 |
| commit | a41486c3e32a77ada43f8f8e8fda093b238051e9 (patch) | |
| tree | dd9d863198ad6564c294eac33c52a1b383f2a50d /meta-openstack/recipes-devtools/ruby | |
| parent | dc9f28e6e45414ad2856db325d69c667550b393b (diff) | |
| download | meta-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.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" | ||
