From 8707a2d4217f29e9017e8bbcd259b103b0669e51 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 24 May 2011 14:58:26 -0700 Subject: mailx: update to 12.5 (From OE-Core rev: 052ecd82ae73279fb768222f5f5aed17fd14c7b9) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-extended/mailx/mailx_12.4.bb | 28 ---------------------------- meta/recipes-extended/mailx/mailx_12.5.bb | 29 +++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 28 deletions(-) delete mode 100644 meta/recipes-extended/mailx/mailx_12.4.bb create mode 100644 meta/recipes-extended/mailx/mailx_12.5.bb 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 @@ -SUMMARY = "mailx is the traditional command-line-mode mail user agent." - -DESCRIPTION = "Mailx is derived from Berkeley Mail and is intended provide the \ -functionality of the POSIX mailx command with additional support \ -for MIME, IMAP, POP3, SMTP, and S/MIME." - -HOMEPAGE = "http://heirloom.sourceforge.net/mailx.html" -SECTION = "console/network" -PRIORITY = "required" -PR = "r0" -LICENSE = "GPL" -LIC_FILES_CHKSUM = "file://COPYING;md5=4202a0a62910cf94f7af8a3436a2a2dd" - -SRC_URI = "${DEBIAN_MIRROR}/main/h/heirloom-mailx/heirloom-mailx_${PV}.orig.tar.gz;name=archive \ - ${DEBIAN_MIRROR}/main/h/heirloom-mailx/heirloom-mailx_${PV}-2.diff.gz;name=patch \ - " -SRC_URI[archive.md5sum] = "17b8ff86795a118b199e041b66b7d1aa" -SRC_URI[archive.sha256sum] = "946d822cbff70df2ecf5b78c8347fdd01fdc5873f7a7cf55932b3e07030fa370" -SRC_URI[patch.md5sum] = "3233d1a85fcb4dcde689132a1bba7fc9" -SRC_URI[patch.sha256sum] = "b15fac77973b7d787469e51bbbeae7ddbe922b02a0c23208b9779ce837eba861" - -S = "${WORKDIR}/mailx-${PV}" - -inherit autotools - -CFLAGS_append = " -D_BSD_SOURCE -DDEBIAN -I${S}/EXT" - -PARALLEL_MAKE = "" diff --git a/meta/recipes-extended/mailx/mailx_12.5.bb b/meta/recipes-extended/mailx/mailx_12.5.bb new file mode 100644 index 0000000000..171e892451 --- /dev/null +++ b/meta/recipes-extended/mailx/mailx_12.5.bb @@ -0,0 +1,29 @@ +SUMMARY = "mailx is the traditional command-line-mode mail user agent." + +DESCRIPTION = "Mailx is derived from Berkeley Mail and is intended provide the \ +functionality of the POSIX mailx command with additional support \ +for MIME, IMAP, POP3, SMTP, and S/MIME." + +HOMEPAGE = "http://heirloom.sourceforge.net/mailx.html" +SECTION = "console/network" +PRIORITY = "required" +PR = "r0" +LICENSE = "GPL" +LIC_FILES_CHKSUM = "file://COPYING;md5=4202a0a62910cf94f7af8a3436a2a2dd" + +SRC_URI = "${DEBIAN_MIRROR}/main/h/heirloom-mailx/heirloom-mailx_${PV}.orig.tar.gz;name=archive \ + ${DEBIAN_MIRROR}/main/h/heirloom-mailx/heirloom-mailx_${PV}-1.diff.gz;name=patch \ + " + +SRC_URI[archive.md5sum] = "29a6033ef1412824d02eb9d9213cb1f2" +SRC_URI[archive.sha256sum] = "015ba4209135867f37a0245d22235a392b8bbed956913286b887c2e2a9a421ad" +SRC_URI[patch.md5sum] = "f466281336183be673bf136dd7096662" +SRC_URI[patch.sha256sum] = "aaf2a4bbf145e5ca9cdeb0843091ec8cc01df6c9568c997207a5e97b4dc5ba43" + +S = "${WORKDIR}/heirloom-mailx-${PV}" + +inherit autotools + +CFLAGS_append = " -D_BSD_SOURCE -DDEBIAN -I${S}/EXT" + +PARALLEL_MAKE = "" -- cgit v1.2.3-54-g00ecf