blob: 4d4a5ff10958420bf2c265cff99b1da9eba97ddf [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001# Released under the MIT license.
2
3SUMMARY = "Mimetic Library for multi-part parsing"
4DESCRIPTION = "Email library (MIME) written in C++ designed to be easy to use and integrate but yet fast and efficient."
Andrew Geissler82c905d2020-04-13 13:39:40 -05005HOMEPAGE = "http://www.codesink.org/mimetic_mime_library.html"
6BUGTRACKER = "https://github.com/LadislavSopko/mimetic/issues"
7
8LICENSE = "MIT"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=b49da7df0ca479ef01ff7f2d799eabee"
10
11SRCREV = "50486af99b4f9b35522d7b3de40b6ce107505279"
Andrew Geissler595f6302022-01-24 19:11:47 +000012SRC_URI += "git://github.com/LadislavSopko/mimetic/;branch=master;protocol=https \
Andrew Geissler82c905d2020-04-13 13:39:40 -050013 file://0001-libmimetic-Removing-test-directory-from-the-Makefile.patch \
14 file://0001-mimetic-Check-for-MMAP_FAILED-return-from-mmap.patch \
15 "
16
17UPSTREAM_CHECK_COMMITS = "1"
18
19S = "${WORKDIR}/git"
20
Andrew Geisslerc5535c92023-01-27 16:10:19 -060021CXXFLAGS += "-Wno-narrowing -std=c++14"
Andrew Geissler82c905d2020-04-13 13:39:40 -050022
23inherit autotools