blob: 06536ca70f5965948a35d12c61e7c8250985a6d6 [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."
5AUTHOR = "Stefano Barbato <stefano@codesink.org>"
6HOMEPAGE = "http://www.codesink.org/mimetic_mime_library.html"
7BUGTRACKER = "https://github.com/LadislavSopko/mimetic/issues"
8
9LICENSE = "MIT"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=b49da7df0ca479ef01ff7f2d799eabee"
11
12SRCREV = "50486af99b4f9b35522d7b3de40b6ce107505279"
Andrew Geissler595f6302022-01-24 19:11:47 +000013SRC_URI += "git://github.com/LadislavSopko/mimetic/;branch=master;protocol=https \
Andrew Geissler82c905d2020-04-13 13:39:40 -050014 file://0001-libmimetic-Removing-test-directory-from-the-Makefile.patch \
15 file://0001-mimetic-Check-for-MMAP_FAILED-return-from-mmap.patch \
16 "
17
18UPSTREAM_CHECK_COMMITS = "1"
19
20S = "${WORKDIR}/git"
21
Andrew Geisslerc5535c92023-01-27 16:10:19 -060022CXXFLAGS += "-Wno-narrowing -std=c++14"
Andrew Geissler82c905d2020-04-13 13:39:40 -050023
24inherit autotools