diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby')
| -rw-r--r-- | meta-openstack/recipes-devtools/ruby/mime-types_git.bb | 27 |
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 | # | ||
| 4 | SUMMARY = "Provides a library and registry for info about MIME content type definitions." | ||
| 5 | DESCRIPTION = "The mime-types library provides a library and registry \ | ||
| 6 | for information about MIME content type definitions. It can be used to \ | ||
| 7 | determine defined filename extensions for MIME types, or to use \ | ||
| 8 | filename extensions to look up the likely MIME type definitions." | ||
| 9 | |||
| 10 | LICENSE = "MIT" | ||
| 11 | LIC_FILES_CHKSUM = "file://Licence.rdoc;md5=4e3affb3326cd205b1b30bc0e1e8fd66" | ||
| 12 | |||
| 13 | PR = "r0" | ||
| 14 | |||
| 15 | BPV = "1.25.1" | ||
| 16 | PV = "${BPV}" | ||
| 17 | SRCREV = "6be836f59a041893cfc1c25668b3aa3552a7e334" | ||
| 18 | |||
| 19 | S = "${WORKDIR}/git" | ||
| 20 | |||
| 21 | SRC_URI = " \ | ||
| 22 | git://github.com/halostatue/mime-types.git \ | ||
| 23 | " | ||
| 24 | |||
| 25 | inherit ruby | ||
| 26 | |||
| 27 | BBCLASSEXTEND = "native" | ||
