diff options
| author | Amy Fong <amy.fong@windriver.com> | 2014-05-20 15:21:11 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-05-24 00:27:57 -0400 |
| commit | 7f2382d682d7137549af67f2ffe72c9494f5cd48 (patch) | |
| tree | 9c0a65c7f7179148c7314301ce492e6b73f1654c /meta-openstack/recipes-devtools/ruby | |
| parent | 0a2dbc938f0270e146f5e2cae28ae4b34ce95691 (diff) | |
| download | meta-cloud-services-7f2382d682d7137549af67f2ffe72c9494f5cd48.tar.gz | |
Ruby/chef solo: Add recipes-devtools/ruby/mixlib-config_git.bb
Provides a class-based configuration object, as used in Chef.
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-config_git.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/mixlib-config_git.bb b/meta-openstack/recipes-devtools/ruby/mixlib-config_git.bb new file mode 100644 index 0000000..4ef1142 --- /dev/null +++ b/meta-openstack/recipes-devtools/ruby/mixlib-config_git.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | # | ||
| 2 | # Copyright (C) 2014 Wind River Systems, Inc. | ||
| 3 | # | ||
| 4 | SUMMARY = "Provides a class-based configuration object" | ||
| 5 | DESCRIPTION = "Provides a class-based configuration object, as used in \ | ||
| 6 | Chef." | ||
| 7 | |||
| 8 | LICENSE = "Apache-2.0" | ||
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8f7bb094c7232b058c7e9f2e431f389c" | ||
| 10 | |||
| 11 | PR = "r0" | ||
| 12 | |||
| 13 | BPV = "2.1.0" | ||
| 14 | PV = "${BPV}" | ||
| 15 | SRCREV = "c5e2dee2beb5fdd17442ff92e520f2ef01d17ee5" | ||
| 16 | |||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | |||
| 19 | SRC_URI = " \ | ||
| 20 | git://github.com/opscode/mixlib-config.git \ | ||
| 21 | " | ||
| 22 | |||
| 23 | inherit ruby | ||
| 24 | |||
| 25 | BBCLASSEXTEND = "native" | ||
