aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/yajl-ruby_1.4.0.bb
blob: f91d414ad8b95a3a285f253024d7c04d12f3ac5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUMMARY = "A streaming JSON parsing and encoding library for Ruby (C bindings to yajl)"
HOMEPAGE = "http://rdoc.info/projects/brianmario/yajl-ruby"

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=7dbd3a9f471247a243db5b62fe091587"

SRCREV = "8830754ac1ca04a0c14f71f6e7c1d240934366fe"

SRC_URI = "git://github.com/brianmario/yajl-ruby.git;protocol=https;branch=master"

S = "${WORKDIR}/git"

inherit ruby

FILES:${PN} += "${libdir}/*"