summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/recipes-devtools/ruby/slop_git.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/slop_git.bb b/meta-openstack/recipes-devtools/ruby/slop_git.bb
new file mode 100644
index 0000000..eff1bee
--- /dev/null
+++ b/meta-openstack/recipes-devtools/ruby/slop_git.bb
@@ -0,0 +1,24 @@
1#
2# Copyright (C) 2014 Wind River Systems, Inc.
3#
4SUMMARY = "A simple option parser with an simple syntax and API."
5DESCRIPTION = "A simple option parser with an simple syntax and API."
6
7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=66a8da2a5bee25570ffc35aa5426d176"
9
10PR = "r0"
11
12BPV = "3.5.0"
13PV = "${BPV}"
14SRCREV = "a009587ec2c0cf07b38bd8f0b59baa244fdbce51"
15
16S = "${WORKDIR}/git"
17
18SRC_URI = " \
19 git://github.com/leejarvis/slop.git \
20 "
21
22inherit ruby
23
24BBCLASSEXTEND = "native"