[oe-commits] Richard Purdie : mailx: Add missing openssl DEPENDS and bump PR after openssl 1.0

git at git.openembedded.org git at git.openembedded.org
Wed Nov 30 22:05:38 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 50f1bfb818f141eecd36517d3a760b22af8c1d84
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=50f1bfb818f141eecd36517d3a760b22af8c1d84

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Wed Nov 30 22:01:46 2011 +0000

mailx: Add missing openssl DEPENDS and bump PR after openssl 1.0

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 52b906f..2a08113 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 \
           "





More information about the Openembedded-commits mailing list