summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/mailx
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-30 22:01:46 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-30 22:02:30 +0000
commit1098d8d35c8d4432ffd2d580ce9a657c5dd7eeea (patch)
treeab3c8c94294df87547fb9a4ca1ca7ac1ffdf1e61 /meta/recipes-extended/mailx
parent38be5d36d3800804f565964ef6656be4633b2cc2 (diff)
downloadpoky-1098d8d35c8d4432ffd2d580ce9a657c5dd7eeea.tar.gz
mailx: Add missing openssl DEPENDS and bump PR after openssl 1.0
(From OE-Core rev: 50f1bfb818f141eecd36517d3a760b22af8c1d84) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/mailx')
-rw-r--r--meta/recipes-extended/mailx/mailx_12.5.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/mailx/mailx_12.5.bb b/meta/recipes-extended/mailx/mailx_12.5.bb
index 52b906f832..2a08113bd2 100644
--- a/meta/recipes-extended/mailx/mailx_12.5.bb
+++ b/meta/recipes-extended/mailx/mailx_12.5.bb
@@ -6,10 +6,12 @@ for MIME, IMAP, POP3, SMTP, and S/MIME."
6 6
7HOMEPAGE = "http://heirloom.sourceforge.net/mailx.html" 7HOMEPAGE = "http://heirloom.sourceforge.net/mailx.html"
8SECTION = "console/network" 8SECTION = "console/network"
9PR = "r1" 9PR = "r2"
10LICENSE = "BSD & MPL-1" 10LICENSE = "BSD & MPL-1"
11LIC_FILES_CHKSUM = "file://COPYING;md5=4202a0a62910cf94f7af8a3436a2a2dd" 11LIC_FILES_CHKSUM = "file://COPYING;md5=4202a0a62910cf94f7af8a3436a2a2dd"
12 12
13DEPENDS = "openssl"
14
13SRC_URI = "${DEBIAN_MIRROR}/main/h/heirloom-mailx/heirloom-mailx_${PV}.orig.tar.gz;name=archive \ 15SRC_URI = "${DEBIAN_MIRROR}/main/h/heirloom-mailx/heirloom-mailx_${PV}.orig.tar.gz;name=archive \
14 ${DEBIAN_MIRROR}/main/h/heirloom-mailx/heirloom-mailx_${PV}-1.diff.gz;name=patch \ 16 ${DEBIAN_MIRROR}/main/h/heirloom-mailx/heirloom-mailx_${PV}-1.diff.gz;name=patch \
15 " 17 "