summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmy Fong <amy.fong@windriver.com>2014-05-20 15:20:10 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-05-24 00:27:57 -0400
commit2cd04171767d817932fc77ef3d903e9fd40ee8ab (patch)
tree645f249effc6f2e76afff056840bae4e2bfadf81
parentff6703a94839b6c8f1ccd8fea38725f8d359e984 (diff)
downloadmeta-cloud-services-2cd04171767d817932fc77ef3d903e9fd40ee8ab.tar.gz
Ruby/chef solo: Add recipes-devtools/ruby/mime-types_git.bb
The mime-types library provides a library and registry for information about MIME content type definitions. It can be used to determine defined filename extensions for MIME types, or to use filename extensions to look up the likely MIME type definitions. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Amy Fong <amy.fong@windriver.com>
-rw-r--r--meta-openstack/recipes-devtools/ruby/mime-types_git.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/mime-types_git.bb b/meta-openstack/recipes-devtools/ruby/mime-types_git.bb
new file mode 100644
index 0000000..a24c1bb
--- /dev/null
+++ b/meta-openstack/recipes-devtools/ruby/mime-types_git.bb
@@ -0,0 +1,27 @@
1#
2# Copyright (C) 2014 Wind River Systems, Inc.
3#
4SUMMARY = "Provides a library and registry for info about MIME content type definitions."
5DESCRIPTION = "The mime-types library provides a library and registry \
6for information about MIME content type definitions. It can be used to \
7determine defined filename extensions for MIME types, or to use \
8filename extensions to look up the likely MIME type definitions."
9
10LICENSE = "MIT"
11LIC_FILES_CHKSUM = "file://Licence.rdoc;md5=4e3affb3326cd205b1b30bc0e1e8fd66"
12
13PR = "r0"
14
15BPV = "1.25.1"
16PV = "${BPV}"
17SRCREV = "6be836f59a041893cfc1c25668b3aa3552a7e334"
18
19S = "${WORKDIR}/git"
20
21SRC_URI = " \
22 git://github.com/halostatue/mime-types.git \
23 "
24
25inherit ruby
26
27BBCLASSEXTEND = "native"