From 3c237f2e18e4a54850a713cb35e23ddfde187906 Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Tue, 20 May 2014 15:22:02 -0400 Subject: 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 Signed-off-by: Amy Fong --- .../recipes-devtools/ruby/mixlib-shellout_git.bb | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 meta-openstack/recipes-devtools/ruby/mixlib-shellout_git.bb (limited to 'meta-openstack/recipes-devtools/ruby/mixlib-shellout_git.bb') 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 @@ +# +# Copyright (C) 2014 Wind River Systems, Inc. +# +SUMMARY = "Provides a simplified interface to shelling" +DESCRIPTION = "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." + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=8f7bb094c7232b058c7e9f2e431f389c" + +PR = "r0" + +BPV = "1.4.0" +PV = "${BPV}" +SRCREV = "a04ce6db22edf0575c50e18ae2db09adced7dedc" + +S = "${WORKDIR}/git" + +SRC_URI = " \ + git://github.com/opscode/mixlib-shellout.git \ + " + +inherit ruby + +BBCLASSEXTEND = "native" + -- cgit v1.2.3-54-g00ecf