summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/msmtp/msmtp_1.8.5.bb
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2019-07-24 13:38:02 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-07-26 08:41:38 +0100
commit74f23b863f8935f3d7d1f07150ab3ea37c1bb6de (patch)
treed6ce32e350e0d1e710067ded12589f025df13e65 /meta/recipes-extended/msmtp/msmtp_1.8.5.bb
parent3ab89fa06f2ef974eee2734ab582f62c98e0020e (diff)
downloadpoky-74f23b863f8935f3d7d1f07150ab3ea37c1bb6de.tar.gz
msmtp: upgrade 1.8.4 -> 1.8.5
(From OE-Core rev: 969a6f39253e89bfb38c3ff83152a1e9c03f8e97) Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/msmtp/msmtp_1.8.5.bb')
-rw-r--r--meta/recipes-extended/msmtp/msmtp_1.8.5.bb28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta/recipes-extended/msmtp/msmtp_1.8.5.bb b/meta/recipes-extended/msmtp/msmtp_1.8.5.bb
new file mode 100644
index 0000000000..4f6b66f226
--- /dev/null
+++ b/meta/recipes-extended/msmtp/msmtp_1.8.5.bb
@@ -0,0 +1,28 @@
1SUMMARY = "msmtp is an SMTP client"
2DESCRIPTION = "A sendmail replacement for use in MTAs like mutt"
3HOMEPAGE = "https://marlam.de/msmtp/"
4SECTION = "console/network"
5
6LICENSE = "GPLv3"
7DEPENDS = "zlib gnutls"
8
9LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
10
11UPSTREAM_CHECK_URI = "https://marlam.de/msmtp/download/"
12
13SRC_URI = "https://marlam.de/${BPN}/releases/${BP}.tar.xz"
14SRC_URI[md5sum] = "5d7bb10606fbceeb2e0687379c75234b"
15SRC_URI[sha256sum] = "1613daced9c47b8c028224fc076799c2a4d72923e242be4e9e5c984cbbbb9f39"
16
17inherit gettext autotools update-alternatives pkgconfig
18
19EXTRA_OECONF += "--without-libsecret --without-libgsasl --without-libidn"
20
21ALTERNATIVE_${PN} = "sendmail"
22# /usr/lib/sendmial is required by LSB core test
23ALTERNATIVE_${PN}_linuxstdbase = "sendmail usr-lib-sendmail"
24ALTERNATIVE_TARGET[sendmail] = "${bindir}/msmtp"
25ALTERNATIVE_LINK_NAME[sendmail] = "${sbindir}/sendmail"
26ALTERNATIVE_TARGET[usr-lib-sendmail] = "${bindir}/msmtp"
27ALTERNATIVE_LINK_NAME[usr-lib-sendmail] = "/usr/lib/sendmail"
28ALTERNATIVE_PRIORITY = "100"