summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/mixlib-config_git.bb
blob: fae4e964552c98f33dfedb73c6b63cf507c6f7d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
# Copyright (C) 2014 Wind River Systems, Inc.
#
SUMMARY = "Provides a class-based configuration object"
DESCRIPTION = "Provides a class-based configuration object, as used in \
Chef."

LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=8f7bb094c7232b058c7e9f2e431f389c"

PR = "r0"

BPV = "2.2.1"
PV = "${BPV}"
SRCREV = "d7bdd7c999e13a0bd67607011731a536323dd51c"

SRC_URI = " \
    git://github.com/opscode/mixlib-config.git;branch=master;protocol=https \
    "

inherit ruby

BBCLASSEXTEND = "native"