aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/mixlib-authentication_git.bb
blob: 2e60ca37033fc23fb8728ef0a52dfa3225c6923f (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
#
# Copyright (C) 2014 Wind River Systems, Inc.
#
SUMMARY = "Provides a class-based header signing authentication object"
DESCRIPTION = "Mixlib::Authentication provides a class-based header \
signing authentication object, like the one used in Chef."

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

PR = "r0"

BPV = "1.3.0"
PV = "${BPV}"
SRCREV = "db24a56c6f5b99114998a50942220a7023060229"

S = "${WORKDIR}/git"

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

inherit ruby

RDEPENDS:${PN} += " \
        mixlib-log \
        "

BBCLASSEXTEND = "native"