From 0b1906dcf559e1c788f6313c60291e6f758651b7 Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Tue, 20 May 2014 15:20:50 -0400 Subject: Ruby/chef solo: Add recipes-devtools/ruby/mixlib-cli_git.bb Provides a class-based command line option parsing object, like the one used in Chef, Ohai and Relish. Signed-off-by: Mark Asselstine Signed-off-by: Amy Fong --- .../recipes-devtools/ruby/mixlib-cli_git.bb | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 meta-openstack/recipes-devtools/ruby/mixlib-cli_git.bb (limited to 'meta-openstack/recipes-devtools/ruby') diff --git a/meta-openstack/recipes-devtools/ruby/mixlib-cli_git.bb b/meta-openstack/recipes-devtools/ruby/mixlib-cli_git.bb new file mode 100644 index 0000000..02bf49c --- /dev/null +++ b/meta-openstack/recipes-devtools/ruby/mixlib-cli_git.bb @@ -0,0 +1,25 @@ +# +# Copyright (C) 2014 Wind River Systems, Inc. +# +SUMMARY = "Provides a class-based command line option parsing object" +DESCRIPTION = "Provides a class-based command line option parsing \ +object, like the one used in Chef, Ohai and Relish." + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=8f7bb094c7232b058c7e9f2e431f389c" + +PR = "r0" + +BPV = "1.5.0" +PV = "${BPV}" +SRCREV = "b3b3c12141b5380ec61945770690fc1ae31d92b0" + +S = "${WORKDIR}/git" + +SRC_URI = " \ + git://github.com/opscode/mixlib-cli.git \ + " + +inherit ruby + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf