aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/slop_git.bb
blob: eff1beee7b345c6143c5d6df43935f2eb1a7084e (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 = "A simple option parser with an simple syntax and API."
DESCRIPTION = "A simple option parser with an simple syntax and API."

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=66a8da2a5bee25570ffc35aa5426d176"

PR = "r0"

BPV = "3.5.0"
PV = "${BPV}"
SRCREV = "a009587ec2c0cf07b38bd8f0b59baa244fdbce51"

S = "${WORKDIR}/git"

SRC_URI = " \
    git://github.com/leejarvis/slop.git \
    "

inherit ruby

BBCLASSEXTEND = "native"