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:01:46 +0000 |
commit | 50f1bfb818f141eecd36517d3a760b22af8c1d84 (patch) | |
tree | 7f5610e53a3082e217fa8fb7fd521409c7df79bb /meta/recipes-extended/mailx | |
parent | 5ba2df7ceac938e0b36256acdd8c2ec1e754f8b1 (diff) | |
download | openembedded-core-contrib-50f1bfb818f141eecd36517d3a760b22af8c1d84.tar.gz |
mailx: Add missing openssl DEPENDS and bump PR after openssl 1.0
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 52b906f8323..2a08113bd23 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." HOMEPAGE = "http://heirloom.sourceforge.net/mailx.html" SECTION = "console/network" -PR = "r1" +PR = "r2" LICENSE = "BSD & MPL-1" LIC_FILES_CHKSUM = "file://COPYING;md5=4202a0a62910cf94f7af8a3436a2a2dd" +DEPENDS = "openssl" + 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 \ " |