diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-30 22:01:46 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-30 22:02:30 +0000 |
commit | 1098d8d35c8d4432ffd2d580ce9a657c5dd7eeea (patch) | |
tree | ab3c8c94294df87547fb9a4ca1ca7ac1ffdf1e61 /meta/recipes-extended/mailx | |
parent | 38be5d36d3800804f565964ef6656be4633b2cc2 (diff) | |
download | poky-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.bb | 4 |
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 | ||
7 | HOMEPAGE = "http://heirloom.sourceforge.net/mailx.html" | 7 | HOMEPAGE = "http://heirloom.sourceforge.net/mailx.html" |
8 | SECTION = "console/network" | 8 | SECTION = "console/network" |
9 | PR = "r1" | 9 | PR = "r2" |
10 | LICENSE = "BSD & MPL-1" | 10 | LICENSE = "BSD & MPL-1" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=4202a0a62910cf94f7af8a3436a2a2dd" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=4202a0a62910cf94f7af8a3436a2a2dd" |
12 | 12 | ||
13 | DEPENDS = "openssl" | ||
14 | |||
13 | SRC_URI = "${DEBIAN_MIRROR}/main/h/heirloom-mailx/heirloom-mailx_${PV}.orig.tar.gz;name=archive \ | 15 | SRC_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 | " |