summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLi xin <lixin.fnst@cn.fujitsu.com>2015-07-27 10:30:57 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-07-27 09:56:52 -0400
commit8ea30e8da7be25638cdf9e734dd37df3f40610e7 (patch)
tree02d91bb7520fcd1b12dd21cf66a6bc40178cc277
parent89e4b3403705c9b474008d6cfde26dcbf316dad5 (diff)
downloadmeta-cloud-services-8ea30e8da7be25638cdf9e734dd37df3f40610e7.tar.gz
mime-types: upgrade 1.25.1 -> 2.5
Update the checksum of Licence.rdoc, since file formate and date in it has been changed, but the LICENSE has not been changed. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Li xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/recipes-devtools/ruby/mime-types_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/mime-types_git.bb b/meta-openstack/recipes-devtools/ruby/mime-types_git.bb
index d078b52..4216db1 100644
--- a/meta-openstack/recipes-devtools/ruby/mime-types_git.bb
+++ b/meta-openstack/recipes-devtools/ruby/mime-types_git.bb
@@ -8,18 +8,18 @@ determine defined filename extensions for MIME types, or to use \
8filename extensions to look up the likely MIME type definitions." 8filename extensions to look up the likely MIME type definitions."
9 9
10LICENSE = "MIT" 10LICENSE = "MIT"
11LIC_FILES_CHKSUM = "file://Licence.rdoc;md5=4e3affb3326cd205b1b30bc0e1e8fd66" 11LIC_FILES_CHKSUM = "file://Licence.rdoc;md5=ea44698b8e6523aa4ebc4e71e0ed43f1"
12 12
13PR = "r0" 13PR = "r0"
14 14
15BPV = "1.25.1" 15BPV = "2.5"
16PV = "${BPV}" 16PV = "${BPV}"
17SRCREV = "6be836f59a041893cfc1c25668b3aa3552a7e334" 17SRCREV = "bc15d62118b59aabbc9cb6e5734b65bf3bc273f0"
18 18
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20
21SRC_URI = " \ 21SRC_URI = " \
22 git://github.com/halostatue/mime-types.git;branch=v1-bug-fixes \ 22 git://github.com/halostatue/mime-types.git \
23 " 23 "
24 24
25inherit ruby 25inherit ruby