diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-05-24 14:58:26 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-01 18:34:33 +0100 |
commit | 8707a2d4217f29e9017e8bbcd259b103b0669e51 (patch) | |
tree | 63c28a39568e65f207483407ef1312b17d611d6b /meta/recipes-extended/mailx/mailx_12.4.bb | |
parent | 18940c7497aa55415e9872861c9d9315ef1f54be (diff) | |
download | poky-8707a2d4217f29e9017e8bbcd259b103b0669e51.tar.gz |
mailx: update to 12.5
(From OE-Core rev: 052ecd82ae73279fb768222f5f5aed17fd14c7b9)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/mailx/mailx_12.4.bb')
-rw-r--r-- | meta/recipes-extended/mailx/mailx_12.4.bb | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/meta/recipes-extended/mailx/mailx_12.4.bb b/meta/recipes-extended/mailx/mailx_12.4.bb deleted file mode 100644 index 7abce7a31c..0000000000 --- a/meta/recipes-extended/mailx/mailx_12.4.bb +++ /dev/null | |||
@@ -1,28 +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 | PRIORITY = "required" | ||
10 | PR = "r0" | ||
11 | LICENSE = "GPL" | ||
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=4202a0a62910cf94f7af8a3436a2a2dd" | ||
13 | |||
14 | SRC_URI = "${DEBIAN_MIRROR}/main/h/heirloom-mailx/heirloom-mailx_${PV}.orig.tar.gz;name=archive \ | ||
15 | ${DEBIAN_MIRROR}/main/h/heirloom-mailx/heirloom-mailx_${PV}-2.diff.gz;name=patch \ | ||
16 | " | ||
17 | SRC_URI[archive.md5sum] = "17b8ff86795a118b199e041b66b7d1aa" | ||
18 | SRC_URI[archive.sha256sum] = "946d822cbff70df2ecf5b78c8347fdd01fdc5873f7a7cf55932b3e07030fa370" | ||
19 | SRC_URI[patch.md5sum] = "3233d1a85fcb4dcde689132a1bba7fc9" | ||
20 | SRC_URI[patch.sha256sum] = "b15fac77973b7d787469e51bbbeae7ddbe922b02a0c23208b9779ce837eba861" | ||
21 | |||
22 | S = "${WORKDIR}/mailx-${PV}" | ||
23 | |||
24 | inherit autotools | ||
25 | |||
26 | CFLAGS_append = " -D_BSD_SOURCE -DDEBIAN -I${S}/EXT" | ||
27 | |||
28 | PARALLEL_MAKE = "" | ||