[meta-virtualization] [PATCH 3/4] rack: upgrade 1.5.2 -> 1.6.3

Li xin lixin.fnst at cn.fujitsu.com
Tue Jul 28 02:50:06 PDT 2015


Signed-off-by: Li Xin <lixin.fnst at cn.fujitsu.com>
---
 meta-openstack/recipes-devtools/ruby/rack_git.bb | 8 ++++----
 1 file 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 \
 so-called middleware) into a single method call."
 
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://COPYING;md5=53d9c9f5c6fd716007e621045f6caa49"
+LIC_FILES_CHKSUM = "file://COPYING;md5=ad65b6b9669213d45aa35a0730d58ac2"
 
 PR = "r0"
 
-BPV = "1.5.2"
+BPV = "1.6.3"
 PV = "${BPV}"
-SRCREV = "ac590d055c936bb9a618e955a690dc836c625211"
+SRCREV = "134d6218d0881d87ae6a522e88eafbddb6cd1bb7"
 
 S = "${WORKDIR}/git"
 
 SRC_URI = " \
-    git://github.com/rack/rack.git \
+    git://github.com/rack/rack.git;branch=1-6-stable \
     "
 
 inherit ruby
-- 
1.8.4.2



More information about the meta-virtualization mailing list