summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/ipaddress_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby/ipaddress_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/ruby/ipaddress_git.bb28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/ipaddress_git.bb b/meta-openstack/recipes-devtools/ruby/ipaddress_git.bb
new file mode 100644
index 0000000..116bcf5
--- /dev/null
+++ b/meta-openstack/recipes-devtools/ruby/ipaddress_git.bb
@@ -0,0 +1,28 @@
1#
2# Copyright (C) 2014 Wind River Systems, Inc.
3#
4SUMMARY = "Ruby library designed to make the use of IPv4 and IPv6 addresses simple"
5DESCRIPTION = "IPAddress is a Ruby library designed to make the use of \
6IPv4 and IPv6 addresses simple, powerful and enjoyable. It provides a \
7complete set of methods to handle IP addresses for any need, from \
8simple scripting to full network design."
9
10LICENSE = "MIT"
11LIC_FILES_CHKSUM = "file://LICENSE;md5=52f3a53aa4932dc3fbda4d659f7baa8c"
12
13PR = "r0"
14
15BPV = "0.8.0"
16PV = "${BPV}"
17# SRCREV is one above release as upstream tag was off
18SRCREV = "96aaf68210d644157bd57a6ec3e38c49f38bfc34"
19
20S = "${WORKDIR}/git"
21
22SRC_URI = " \
23 git://github.com/bluemonk/ipaddress.git \
24 "
25
26inherit ruby
27
28BBCLASSEXTEND = "native"