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