aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/mime-types_git.bb
blob: 4216db1787e864bdebe71945ac63fe6a69c44b14 (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=ea44698b8e6523aa4ebc4e71e0ed43f1"

PR = "r0"

BPV = "2.5"
PV = "${BPV}"
SRCREV = "bc15d62118b59aabbc9cb6e5734b65bf3bc273f0"

S = "${WORKDIR}/git"

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

inherit ruby

BBCLASSEXTEND = "native"