aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb
blob: 2bdd2182ade04ed7fa402b62cd9c7720981378e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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"