From 3be5f6b65fc5ec161a0f7bfb61a3152fcf8a91a6 Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Tue, 20 May 2014 15:26:08 -0400 Subject: Ruby/chef solo: Add recipes-devtools/ruby/yajl-ruby_git.bb This gem is a C binding to the excellent YAJL JSON parsing and generation library. Signed-off-by: Mark Asselstine Signed-off-by: Amy Fong --- .../recipes-devtools/ruby/yajl-ruby_git.bb | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb (limited to 'meta-openstack/recipes-devtools/ruby') diff --git a/meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb b/meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb new file mode 100644 index 0000000..2bdd218 --- /dev/null +++ b/meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb @@ -0,0 +1,25 @@ +# +# Copyright (C) 2014 Wind River Systems, Inc. +# +SUMMARY = "C binding to the excellent YAJL JSON parsing and generation library." +DESCRIPTION = "This gem is a C binding to the excellent YAJL JSON \ +parsing and generation library." + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://MIT-LICENSE;md5=7edc7ac9885163399dacc69a54b1dc3a" + +PR = "r0" + +BPV = "1.2.0" +PV = "${BPV}" +SRCREV = "fb61daad73340968badf6f84e41ec6931db2e87e" + +S = "${WORKDIR}/git" + +SRC_URI = " \ + git://github.com/brianmario/yajl-ruby.git \ + " + +inherit ruby + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf