summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/mime-types_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby/mime-types_git.bb')
-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