aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/chef-zero_git.bb
blob: 1d8a24004cf8486a32e0a39c49481b42063b3e1f (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#
# Copyright (C) 2014 Wind River Systems, Inc.
#
SUMMARY = "Chef server that can be useful for chef-solo-like tasks"
DESCRIPTION = "Chef Zero is a simple, easy-install, in-memory Chef \
server that can be useful for Chef Client testing and chef-solo-like \
tasks that require a full Chef Server. It IS intended to be simple, \
Chef 11 compliant, easy to run and fast to start. It is NOT intended \
to be secure, scalable, performant or persistent. It does NO input \
validation, authentication or authorization (it will not throw a 400, \
401 or 403). It does not save data, and will start up empty each time \
you start it."

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

PR = "r0"

BPV = "2.0.2"
PV = "${BPV}"
SRCREV = "1c87a463637b3d0c58755e2362cc8ef35b6da1fd"

S = "${WORKDIR}/git"

SRC_URI = " \
    git://github.com/opscode/chef-zero.git \
    "

inherit ruby

RDEPENDS_${PN} += " \
        mixlib-log \
        json \
        hashie \
        mixlib-log \
        rack \
        "

BBCLASSEXTEND = "native"