diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-03-06 01:32:35 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-10 10:47:50 +0000 |
commit | d7fe8b46a5e3fa0b3bac33a25bc3845c39f443f3 (patch) | |
tree | cdf45d9adcf47b0b71e3204fcb2a72d42ea11912 /meta | |
parent | 1662423b8a8dc4907638a5717720d2911363e71a (diff) | |
download | poky-d7fe8b46a5e3fa0b3bac33a25bc3845c39f443f3.tar.gz |
mailx: fix SRC_URI
The old one is not available any more.
(From OE-Core rev: 3569d434e754a62ec998fbf48380d653d1524dc4)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/mailx/mailx_12.5.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/mailx/mailx_12.5.bb b/meta/recipes-extended/mailx/mailx_12.5.bb index f2899d5b76..080d71f150 100644 --- a/meta/recipes-extended/mailx/mailx_12.5.bb +++ b/meta/recipes-extended/mailx/mailx_12.5.bb | |||
@@ -12,8 +12,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4202a0a62910cf94f7af8a3436a2a2dd" | |||
12 | 12 | ||
13 | DEPENDS = "openssl" | 13 | DEPENDS = "openssl" |
14 | 14 | ||
15 | SRC_URI = "${DEBIAN_MIRROR}/main/h/heirloom-mailx/heirloom-mailx_${PV}.orig.tar.gz;name=archive \ | 15 | SRC_URI = "https://launchpad.net/ubuntu/+archive/primary/+files/heirloom-mailx_12.5.orig.tar.gz;name=archive \ |
16 | ${DEBIAN_MIRROR}/main/h/heirloom-mailx/heirloom-mailx_${PV}-1.diff.gz;name=patch \ | 16 | https://launchpad.net/ubuntu/+archive/primary/+files/heirloom-mailx_12.5-1.diff.gz;name=patch \ |
17 | file://explicitly.disable.krb5.support.patch \ | 17 | file://explicitly.disable.krb5.support.patch \ |
18 | " | 18 | " |
19 | 19 | ||