diff options
Diffstat (limited to 'meta/recipes-extended/mailx/mailx_12.5.bb')
-rw-r--r-- | meta/recipes-extended/mailx/mailx_12.5.bb | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/meta/recipes-extended/mailx/mailx_12.5.bb b/meta/recipes-extended/mailx/mailx_12.5.bb deleted file mode 100644 index a53da3af5d..0000000000 --- a/meta/recipes-extended/mailx/mailx_12.5.bb +++ /dev/null | |||
@@ -1,36 +0,0 @@ | |||
1 | SUMMARY = "mailx is the traditional command-line-mode mail user agent" | ||
2 | |||
3 | DESCRIPTION = "Mailx is derived from Berkeley Mail and is intended provide the \ | ||
4 | functionality of the POSIX mailx command with additional support \ | ||
5 | for MIME, IMAP, POP3, SMTP, and S/MIME." | ||
6 | |||
7 | HOMEPAGE = "http://heirloom.sourceforge.net/mailx.html" | ||
8 | SECTION = "console/network" | ||
9 | PR = "r2" | ||
10 | LICENSE = "BSD & MPL-1" | ||
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=4202a0a62910cf94f7af8a3436a2a2dd" | ||
12 | |||
13 | DEPENDS = "openssl" | ||
14 | |||
15 | SRC_URI = "https://launchpad.net/ubuntu/+archive/primary/+files/heirloom-mailx_12.5.orig.tar.gz;name=archive \ | ||
16 | https://launchpad.net/ubuntu/+archive/primary/+files/heirloom-mailx_12.5-1.diff.gz;name=patch \ | ||
17 | file://explicitly.disable.krb5.support.patch \ | ||
18 | " | ||
19 | |||
20 | SRC_URI[archive.md5sum] = "29a6033ef1412824d02eb9d9213cb1f2" | ||
21 | SRC_URI[archive.sha256sum] = "015ba4209135867f37a0245d22235a392b8bbed956913286b887c2e2a9a421ad" | ||
22 | SRC_URI[patch.md5sum] = "f466281336183be673bf136dd7096662" | ||
23 | SRC_URI[patch.sha256sum] = "aaf2a4bbf145e5ca9cdeb0843091ec8cc01df6c9568c997207a5e97b4dc5ba43" | ||
24 | |||
25 | S = "${WORKDIR}/heirloom-mailx-${PV}" | ||
26 | |||
27 | inherit autotools-brokensep | ||
28 | |||
29 | CFLAGS_append = " -D_BSD_SOURCE -DDEBIAN -I${S}/EXT" | ||
30 | EXTRA_OEMAKE = "SENDMAIL=${sbindir}/sendmail" | ||
31 | |||
32 | # The makeconfig can't run parallelly, otherwise the checking results | ||
33 | # might be incorrect and lead to errors: | ||
34 | # fio.c:56:17: fatal error: ssl.h: No such file or directory | ||
35 | # #include <ssl.h> | ||
36 | PARALLEL_MAKE = "" | ||