diff options
| author | Amy Fong <amy.fong@windriver.com> | 2014-05-20 15:19:29 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-05-24 00:27:57 -0400 |
| commit | 5a98bf6bbfee6084b4c744b4be9041b5268e9727 (patch) | |
| tree | f53bd0b179f6f482181933094741209e1eaf26e2 /meta-openstack/recipes-devtools | |
| parent | afdb190fd6bc878db7c93ea3027c2e4c3654eb9e (diff) | |
| download | meta-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/recipes-devtools')
| -rw-r--r-- | meta-openstack/recipes-devtools/ruby/json_git.bb | 24 |
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 | # | ||
| 4 | SUMMARY = "An implementation of the JSON specification according to RFC 4627" | ||
| 5 | DESCRIPTION = "An implementation of the JSON specification according to RFC 4627" | ||
| 6 | |||
| 7 | LICENSE = "GPLv2" | ||
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=aef161fe3c86f1a8d6c71d3b8c5655c5" | ||
| 9 | |||
| 10 | PR = "r0" | ||
| 11 | |||
| 12 | BPV = "1.8.1" | ||
| 13 | PV = "${BPV}" | ||
| 14 | SRCREV = "92a96dea2b24b9c68856004d69491f46aedd0925" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | |||
| 18 | SRC_URI = " \ | ||
| 19 | git://github.com/flori/json.git \ | ||
| 20 | " | ||
| 21 | |||
| 22 | inherit ruby | ||
| 23 | |||
| 24 | BBCLASSEXTEND = "native" | ||
