diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-05-07 15:24:19 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-12 09:37:29 +0100 |
commit | 94c80c8ccb85e875b2e661bf3cb9295a7b4b1e9a (patch) | |
tree | 602df8e9226b9cc80d8788364c830f5ef33f5afc | |
parent | dce2f0533869d41a011eee4a6db5e469f3c64c97 (diff) | |
download | openembedded-core-contrib-94c80c8ccb85e875b2e661bf3cb9295a7b4b1e9a.tar.gz |
msmtp: Update to 1.4.31
(From OE-Core rev: c9c6ef49868f1d5a2725eb64b5b1e0f65135cbe2)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/msmtp/msmtp_1.4.31.bb (renamed from meta/recipes-extended/msmtp/msmtp_1.4.30.bb) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-extended/msmtp/msmtp_1.4.30.bb b/meta/recipes-extended/msmtp/msmtp_1.4.31.bb index 096da65f238..964a285f34f 100644 --- a/meta/recipes-extended/msmtp/msmtp_1.4.30.bb +++ b/meta/recipes-extended/msmtp/msmtp_1.4.31.bb @@ -5,8 +5,6 @@ SECTION = "console/network" LICENSE = "GPLv3" DEPENDS = "zlib gnutls" -PR = "r0" - #COPYING or Licence LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" @@ -14,8 +12,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" SRC_URI = "http://sourceforge.net/projects/msmtp/files/msmtp/${PV}/${BPN}-${PV}.tar.bz2 \ " -SRC_URI[md5sum] = "4d32724a2b03f07aa6d4ea9d49367ad3" -SRC_URI[sha256sum] = "f152b9296e36e340eb049c7ee4d6980fcdb29d948e654bdc74bea7ee97409886" +SRC_URI[md5sum] = "792ac0ffa30dc95ea1889a548128186d" +SRC_URI[sha256sum] = "247af9a95fa22f506e85109fc4268a5d91ca03af9b17eebcc1e46b7cd64c225f" inherit gettext autotools update-alternatives |