diff options
| -rw-r--r-- | meta-openstack/recipes-devtools/ruby/mixlib-shellout_git.bb | 29 |
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 | # | ||
| 4 | SUMMARY = "Provides a simplified interface to shelling" | ||
| 5 | DESCRIPTION = "Provides a simplified interface to shelling \ | ||
| 6 | out yet still collecting both standard out and standard error \ | ||
| 7 | and providing full control over environment, working directory, \ | ||
| 8 | uid, gid, etc. No means for passing input to the subprocess is \ | ||
| 9 | provided." | ||
| 10 | |||
| 11 | LICENSE = "Apache-2.0" | ||
| 12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8f7bb094c7232b058c7e9f2e431f389c" | ||
| 13 | |||
| 14 | PR = "r0" | ||
| 15 | |||
| 16 | BPV = "1.4.0" | ||
| 17 | PV = "${BPV}" | ||
| 18 | SRCREV = "a04ce6db22edf0575c50e18ae2db09adced7dedc" | ||
| 19 | |||
| 20 | S = "${WORKDIR}/git" | ||
| 21 | |||
| 22 | SRC_URI = " \ | ||
| 23 | git://github.com/opscode/mixlib-shellout.git \ | ||
| 24 | " | ||
| 25 | |||
| 26 | inherit ruby | ||
| 27 | |||
| 28 | BBCLASSEXTEND = "native" | ||
| 29 | |||
