summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby
diff options
context:
space:
mode:
authorAmy Fong <amy.fong@windriver.com>2014-05-20 15:22:02 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-05-24 00:27:57 -0400
commit2f364cbd84c63859c259c546bc940be0e85bcc14 (patch)
treee37e57914a99c17d4deaaad93093c58d2bec0034 /meta-openstack/recipes-devtools/ruby
parentb33b72997da1163a1c4b047ef175a0669dd0b235 (diff)
downloadmeta-cloud-services-2f364cbd84c63859c259c546bc940be0e85bcc14.tar.gz
Ruby/chef solo: Add recipes-devtools/ruby/mixlib-shellout_git.bb
Provides a simplified interface to shelling out yet still collecting both standard out and standard error and providing full control over environment, working directory, uid, gid, etc. No means for passing input to the subprocess is provided. 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/mixlib-shellout_git.bb29
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/mixlib-shellout_git.bb b/meta-openstack/recipes-devtools/ruby/mixlib-shellout_git.bb
new file mode 100644
index 0000000..3ee593f
--- /dev/null
+++ b/meta-openstack/recipes-devtools/ruby/mixlib-shellout_git.bb
@@ -0,0 +1,29 @@
1#
2# Copyright (C) 2014 Wind River Systems, Inc.
3#
4SUMMARY = "Provides a simplified interface to shelling"
5DESCRIPTION = "Provides a simplified interface to shelling \
6out yet still collecting both standard out and standard error \
7and providing full control over environment, working directory, \
8uid, gid, etc. No means for passing input to the subprocess is \
9provided."
10
11LICENSE = "Apache-2.0"
12LIC_FILES_CHKSUM = "file://LICENSE;md5=8f7bb094c7232b058c7e9f2e431f389c"
13
14PR = "r0"
15
16BPV = "1.4.0"
17PV = "${BPV}"
18SRCREV = "a04ce6db22edf0575c50e18ae2db09adced7dedc"
19
20S = "${WORKDIR}/git"
21
22SRC_URI = " \
23 git://github.com/opscode/mixlib-shellout.git \
24 "
25
26inherit ruby
27
28BBCLASSEXTEND = "native"
29