summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/mailx/mailx_12.5.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2017-09-08 16:21:41 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-11 10:48:04 +0100
commitdc2ee2feb75f78ad6e047fafd9a6c75fd95071aa (patch)
treedeaf8e6aa4a8b994dc4709d14dca05da87687bc2 /meta/recipes-extended/mailx/mailx_12.5.bb
parent9901828b0dfdb191975b83b834d8ebbd6d58831f (diff)
downloadpoky-dc2ee2feb75f78ad6e047fafd9a6c75fd95071aa.tar.gz
mailx: fix SRC_URI
The old one is not available any more. (From OE-Core rev: 6edc2a0bc5f579893ee40fbcf39bcb9f8cbf1ee8) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> (cherry picked from commit 3569d434e754a62ec998fbf48380d653d1524dc4) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/mailx/mailx_12.5.bb')
-rw-r--r--meta/recipes-extended/mailx/mailx_12.5.bb4
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 cc0b6bfd3a..77e2607e28 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
13DEPENDS = "openssl" 13DEPENDS = "openssl"
14 14
15SRC_URI = "${DEBIAN_MIRROR}/main/h/heirloom-mailx/heirloom-mailx_${PV}.orig.tar.gz;name=archive \ 15SRC_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