aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/json_git.bb
blob: f738ece974904f30169c6accd03071be1ca7a5c8 (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 = "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 \
    file://0001-Dont-compile-extensions.patch \
    "

inherit ruby

BBCLASSEXTEND = "native"