From 5a98bf6bbfee6084b4c744b4be9041b5268e9727 Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Tue, 20 May 2014 15:19:29 -0400 Subject: 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 Signed-off-by: Amy Fong --- meta-openstack/recipes-devtools/ruby/json_git.bb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 meta-openstack/recipes-devtools/ruby/json_git.bb (limited to 'meta-openstack') 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 @@ +# +# Copyright (C) 2014 Wind River Systems, Inc. +# +SUMMARY = "An implementation of the JSON specification according to RFC 4627" +DESCRIPTION = "An implementation of the JSON specification according to RFC 4627" + +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=aef161fe3c86f1a8d6c71d3b8c5655c5" + +PR = "r0" + +BPV = "1.8.1" +PV = "${BPV}" +SRCREV = "92a96dea2b24b9c68856004d69491f46aedd0925" + +S = "${WORKDIR}/git" + +SRC_URI = " \ + git://github.com/flori/json.git \ + " + +inherit ruby + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf