summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorAmy Fong <amy.fong@windriver.com>2014-05-20 15:19:29 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-05-24 00:27:57 -0400
commit5a98bf6bbfee6084b4c744b4be9041b5268e9727 (patch)
treef53bd0b179f6f482181933094741209e1eaf26e2 /meta-openstack
parentafdb190fd6bc878db7c93ea3027c2e4c3654eb9e (diff)
downloadmeta-cloud-services-5a98bf6bbfee6084b4c744b4be9041b5268e9727.tar.gz
Ruby/chef solo: Add recipes-devtools/ruby/json_git.bb
An implementation of the JSON specification according to RFC 4627 Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Amy Fong <amy.fong@windriver.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/ruby/json_git.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/json_git.bb b/meta-openstack/recipes-devtools/ruby/json_git.bb
new file mode 100644
index 0000000..d3431c7
--- /dev/null
+++ b/meta-openstack/recipes-devtools/ruby/json_git.bb
@@ -0,0 +1,24 @@
1#
2# Copyright (C) 2014 Wind River Systems, Inc.
3#
4SUMMARY = "An implementation of the JSON specification according to RFC 4627"
5DESCRIPTION = "An implementation of the JSON specification according to RFC 4627"
6
7LICENSE = "GPLv2"
8LIC_FILES_CHKSUM = "file://COPYING;md5=aef161fe3c86f1a8d6c71d3b8c5655c5"
9
10PR = "r0"
11
12BPV = "1.8.1"
13PV = "${BPV}"
14SRCREV = "92a96dea2b24b9c68856004d69491f46aedd0925"
15
16S = "${WORKDIR}/git"
17
18SRC_URI = " \
19 git://github.com/flori/json.git \
20 "
21
22inherit ruby
23
24BBCLASSEXTEND = "native"