aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/json_git.bb
blob: 407f812f605c3c05c9c160a1f4d9d1062511a807 (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://CHANGES;md5=af8cad0ff27a1593ac5ee461bc2d71ab"

PR = "r0"

BPV = "1.8.5"
PV = "${BPV}"
SRCREV = "4cf6c6270f52888997ec1b626b9f557db4f26f2e"

S = "${WORKDIR}/git"

SRC_URI = " \
    git://github.com/flori/json.git;branch=v1.8;protocol=https \
    "

inherit ruby

BBCLASSEXTEND = "native"