summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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