diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby/rack_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/ruby/rack_git.bb | 28 |
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 | # | ||
| 4 | SUMMARY = "Provides an interface for developing web applications in Ruby." | ||
| 5 | DESCRIPTION = "Provides a minimal, modular and adaptable interface for \ | ||
| 6 | developing web applications in Ruby. By wrapping HTTP requests and \ | ||
| 7 | responses in the simplest way possible, it unifies and distills the \ | ||
| 8 | API for web servers, web frameworks, and software in between (the \ | ||
| 9 | so-called middleware) into a single method call." | ||
| 10 | |||
| 11 | LICENSE = "MIT" | ||
| 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=53d9c9f5c6fd716007e621045f6caa49" | ||
| 13 | |||
| 14 | PR = "r0" | ||
| 15 | |||
| 16 | BPV = "1.5.2" | ||
| 17 | PV = "${BPV}" | ||
| 18 | SRCREV = "ac590d055c936bb9a618e955a690dc836c625211" | ||
| 19 | |||
| 20 | S = "${WORKDIR}/git" | ||
| 21 | |||
| 22 | SRC_URI = " \ | ||
| 23 | git://github.com/rack/rack.git \ | ||
| 24 | " | ||
| 25 | |||
| 26 | inherit ruby | ||
| 27 | |||
| 28 | BBCLASSEXTEND = "native" | ||
