aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/json_git.bb
blob: d3431c77cfe136ce234d71881e44c47e72438ced (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
#
# 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"