summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools')
-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"