From 6ea28094981423679b9e1d9fa9ea01f240ae943b Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Tue, 20 May 2014 15:20:30 -0400 Subject: 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 Signed-off-by: Amy Fong --- .../ruby/mixlib-authentication_git.bb | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 meta-openstack/recipes-devtools/ruby/mixlib-authentication_git.bb (limited to 'meta-openstack/recipes-devtools/ruby/mixlib-authentication_git.bb') 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 @@ +# +# Copyright (C) 2014 Wind River Systems, Inc. +# +SUMMARY = "Provides a class-based header signing authentication object" +DESCRIPTION = "Mixlib::Authentication provides a class-based header \ +signing authentication object, like the one used in Chef." + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=8f7bb094c7232b058c7e9f2e431f389c" + +PR = "r0" + +BPV = "1.3.0" +PV = "${BPV}" +SRCREV = "db24a56c6f5b99114998a50942220a7023060229" + +S = "${WORKDIR}/git" + +SRC_URI = " \ + git://github.com/opscode/mixlib-authentication.git \ + " + +inherit ruby + +RDEPENDS += " \ + mixlib-log \ + " + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf