summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/pry_git.bb
diff options
context:
space:
mode:
authorLi xin <lixin.fnst@cn.fujitsu.com>2015-07-28 17:50:04 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-07-29 11:12:01 -0400
commit0d51058ce13c8cb76c9260bb4a501288e5fd5437 (patch)
treea895e9c8de0d5878397f810d10baa122e4f1e2e4 /meta-openstack/recipes-devtools/ruby/pry_git.bb
parent824f453c088e69f03b7a917d53561d7f75c1bf07 (diff)
downloadmeta-cloud-services-0d51058ce13c8cb76c9260bb4a501288e5fd5437.tar.gz
pry: upgrade 0.9.12.6 -> 0.10.1
1) Modify rdoc-fixup-opt.banner-heredoc.patch,since the contents has been changed. 2) Update the checksum of LICENSE,since the date in it has been changed, but the LICENSE has not been changed. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby/pry_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/ruby/pry_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/pry_git.bb b/meta-openstack/recipes-devtools/ruby/pry_git.bb
index 37d4497..a4eb63c 100644
--- a/meta-openstack/recipes-devtools/ruby/pry_git.bb
+++ b/meta-openstack/recipes-devtools/ruby/pry_git.bb
@@ -7,18 +7,18 @@ for Ruby. It is written from scratch to provide a number of advanced \
7features." 7features."
8 8
9LICENSE = "MIT" 9LICENSE = "MIT"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=7d1a6fbb73f604e1e716380490938bd4" 10LIC_FILES_CHKSUM = "file://LICENSE;md5=dde93753687e16ab0c4669232fd27fd0"
11 11
12PR = "r0" 12PR = "r0"
13 13
14BPV = "0.9.12.6" 14BPV = "0.10.1"
15PV = "${BPV}" 15PV = "${BPV}"
16SRCREV = "047788c4225b25bb0462e06715616964e4f0da15" 16SRCREV = "191dc519813402acd6db0d7f73e652ed61f8111f"
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19
20SRC_URI = " \ 20SRC_URI = " \
21 git://github.com/pry/pry.git;branch=0-9-12-stable \ 21 git://github.com/pry/pry.git \
22 file://rdoc-fixup-opt.banner-heredoc.patch \ 22 file://rdoc-fixup-opt.banner-heredoc.patch \
23 " 23 "
24 24