summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby
diff options
context:
space:
mode:
authorAmy Fong <amy.fong@windriver.com>2014-05-20 15:18:35 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-05-24 00:27:13 -0400
commitf3531056fee40ece3d92cc032839a8bdb46b0305 (patch)
tree93fdff74a286186d576af41875ce4030738cc548 /meta-openstack/recipes-devtools/ruby
parentab1857c8e0c35c38b9ea1a5307a73ca7f2f60500 (diff)
downloadmeta-cloud-services-f3531056fee40ece3d92cc032839a8bdb46b0305.tar.gz
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 <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/hashie_git.bb24
1 files changed, 24 insertions, 0 deletions
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 @@
1#
2# Copyright (C) 2014 Wind River Systems, Inc.
3#
4SUMMARY = "A collection of tools that extend Hashes and make them more useful."
5DESCRIPTION = "A collection of tools that extend Hashes and make them more useful."
6
7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=dd1ec82dd4ea7ed5eebb24bebec9f068"
9
10PR = "r0"
11
12BPV = "2.1.1"
13PV = "${BPV}"
14SRCREV = "378c62ab417dc05555fefa37f50ba908d7a98af5"
15
16S = "${WORKDIR}/git"
17
18SRC_URI = " \
19 git://github.com/intridea/hashie.git \
20 "
21
22inherit ruby
23
24BBCLASSEXTEND = "native"