Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | # Released under the MIT license. |
| 2 | |
| 3 | SUMMARY = "Mimetic Library for multi-part parsing" |
| 4 | DESCRIPTION = "Email library (MIME) written in C++ designed to be easy to use and integrate but yet fast and efficient." |
| 5 | AUTHOR = "Stefano Barbato <stefano@codesink.org>" |
| 6 | HOMEPAGE = "http://www.codesink.org/mimetic_mime_library.html" |
| 7 | BUGTRACKER = "https://github.com/LadislavSopko/mimetic/issues" |
| 8 | |
| 9 | LICENSE = "MIT" |
| 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b49da7df0ca479ef01ff7f2d799eabee" |
| 11 | |
| 12 | SRCREV = "50486af99b4f9b35522d7b3de40b6ce107505279" |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 13 | SRC_URI += "git://github.com/LadislavSopko/mimetic/;branch=master;protocol=https \ |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 14 | file://0001-libmimetic-Removing-test-directory-from-the-Makefile.patch \ |
| 15 | file://0001-mimetic-Check-for-MMAP_FAILED-return-from-mmap.patch \ |
| 16 | " |
| 17 | |
| 18 | UPSTREAM_CHECK_COMMITS = "1" |
| 19 | |
| 20 | S = "${WORKDIR}/git" |
| 21 | |
| 22 | CXXFLAGS += "-Wno-narrowing" |
| 23 | |
| 24 | inherit autotools |