summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/rack_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby/rack_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/ruby/rack_git.bb28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/rack_git.bb b/meta-openstack/recipes-devtools/ruby/rack_git.bb
new file mode 100644
index 0000000..7d6ab81
--- /dev/null
+++ b/meta-openstack/recipes-devtools/ruby/rack_git.bb
@@ -0,0 +1,28 @@
1#
2# Copyright (C) 2014 Wind River Systems, Inc.
3#
4SUMMARY = "Provides an interface for developing web applications in Ruby."
5DESCRIPTION = "Provides a minimal, modular and adaptable interface for \
6developing web applications in Ruby. By wrapping HTTP requests and \
7responses in the simplest way possible, it unifies and distills the \
8API for web servers, web frameworks, and software in between (the \
9so-called middleware) into a single method call."
10
11LICENSE = "MIT"
12LIC_FILES_CHKSUM = "file://COPYING;md5=53d9c9f5c6fd716007e621045f6caa49"
13
14PR = "r0"
15
16BPV = "1.5.2"
17PV = "${BPV}"
18SRCREV = "ac590d055c936bb9a618e955a690dc836c625211"
19
20S = "${WORKDIR}/git"
21
22SRC_URI = " \
23 git://github.com/rack/rack.git \
24 "
25
26inherit ruby
27
28BBCLASSEXTEND = "native"