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 /meta/recipes-extended | |
parent | dce2f0533869d41a011eee4a6db5e469f3c64c97 (diff) | |
download | poky-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>
Diffstat (limited to 'meta/recipes-extended')
-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 096da65f23..964a285f34 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" | |||
5 | 5 | ||
6 | LICENSE = "GPLv3" | 6 | LICENSE = "GPLv3" |
7 | DEPENDS = "zlib gnutls" | 7 | DEPENDS = "zlib gnutls" |
8 | PR = "r0" | ||
9 | |||
10 | 8 | ||
11 | #COPYING or Licence | 9 | #COPYING or Licence |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
@@ -14,8 +12,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | |||
14 | SRC_URI = "http://sourceforge.net/projects/msmtp/files/msmtp/${PV}/${BPN}-${PV}.tar.bz2 \ | 12 | SRC_URI = "http://sourceforge.net/projects/msmtp/files/msmtp/${PV}/${BPN}-${PV}.tar.bz2 \ |
15 | " | 13 | " |
16 | 14 | ||
17 | SRC_URI[md5sum] = "4d32724a2b03f07aa6d4ea9d49367ad3" | 15 | SRC_URI[md5sum] = "792ac0ffa30dc95ea1889a548128186d" |
18 | SRC_URI[sha256sum] = "f152b9296e36e340eb049c7ee4d6980fcdb29d948e654bdc74bea7ee97409886" | 16 | SRC_URI[sha256sum] = "247af9a95fa22f506e85109fc4268a5d91ca03af9b17eebcc1e46b7cd64c225f" |
19 | 17 | ||
20 | inherit gettext autotools update-alternatives | 18 | inherit gettext autotools update-alternatives |
21 | 19 | ||