diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby/rack_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/ruby/rack_git.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/rack_git.bb b/meta-openstack/recipes-devtools/ruby/rack_git.bb index 7d6ab81..41f01c5 100644 --- a/meta-openstack/recipes-devtools/ruby/rack_git.bb +++ b/meta-openstack/recipes-devtools/ruby/rack_git.bb | |||
| @@ -9,18 +9,18 @@ API for web servers, web frameworks, and software in between (the \ | |||
| 9 | so-called middleware) into a single method call." | 9 | so-called middleware) into a single method call." |
| 10 | 10 | ||
| 11 | LICENSE = "MIT" | 11 | LICENSE = "MIT" |
| 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=53d9c9f5c6fd716007e621045f6caa49" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=ad65b6b9669213d45aa35a0730d58ac2" |
| 13 | 13 | ||
| 14 | PR = "r0" | 14 | PR = "r0" |
| 15 | 15 | ||
| 16 | BPV = "1.5.2" | 16 | BPV = "1.6.3" |
| 17 | PV = "${BPV}" | 17 | PV = "${BPV}" |
| 18 | SRCREV = "ac590d055c936bb9a618e955a690dc836c625211" | 18 | SRCREV = "134d6218d0881d87ae6a522e88eafbddb6cd1bb7" |
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
| 21 | 21 | ||
| 22 | SRC_URI = " \ | 22 | SRC_URI = " \ |
| 23 | git://github.com/rack/rack.git \ | 23 | git://github.com/rack/rack.git;branch=1-6-stable \ |
| 24 | " | 24 | " |
| 25 | 25 | ||
| 26 | inherit ruby | 26 | inherit ruby |
