aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/mime-types_git.bb
blob: a24c1bb044d343e397b0eef1fb76b64db736ac0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#
# Copyright (C) 2014 Wind River Systems, Inc.
#
SUMMARY = "Provides a library and registry for info about MIME content type definitions."
DESCRIPTION = "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."

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://Licence.rdoc;md5=4e3affb3326cd205b1b30bc0e1e8fd66"

PR = "r0"

BPV = "1.25.1"
PV = "${BPV}"
SRCREV = "6be836f59a041893cfc1c25668b3aa3552a7e334"

S = "${WORKDIR}/git"

SRC_URI = " \
    git://github.com/halostatue/mime-types.git \
    "

inherit ruby

BBCLASSEXTEND = "native"