From f3531056fee40ece3d92cc032839a8bdb46b0305 Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Tue, 20 May 2014 15:18:35 -0400 Subject: Ruby/chef solo: Add recipes-devtools/ruby/hashie_git.bb A collection of tools that extend Hashes and make them more useful. Signed-off-by: Mark Asselstine Signed-off-by: Amy Fong --- meta-openstack/recipes-devtools/ruby/hashie_git.bb | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 meta-openstack/recipes-devtools/ruby/hashie_git.bb diff --git a/meta-openstack/recipes-devtools/ruby/hashie_git.bb b/meta-openstack/recipes-devtools/ruby/hashie_git.bb new file mode 100644 index 0000000..92888c6 --- /dev/null +++ b/meta-openstack/recipes-devtools/ruby/hashie_git.bb @@ -0,0 +1,24 @@ +# +# Copyright (C) 2014 Wind River Systems, Inc. +# +SUMMARY = "A collection of tools that extend Hashes and make them more useful." +DESCRIPTION = "A collection of tools that extend Hashes and make them more useful." + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=dd1ec82dd4ea7ed5eebb24bebec9f068" + +PR = "r0" + +BPV = "2.1.1" +PV = "${BPV}" +SRCREV = "378c62ab417dc05555fefa37f50ba908d7a98af5" + +S = "${WORKDIR}/git" + +SRC_URI = " \ + git://github.com/intridea/hashie.git \ + " + +inherit ruby + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf