summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/ncurses/ncurses.inc
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2015-11-25 16:07:32 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-01 21:32:12 +0000
commit598e372ab25f159d513b0a0fd2cd99275139824e (patch)
tree2ac81e4b277d6e0e98c930dbb9f3fc8fe11ad5e4 /meta/recipes-core/ncurses/ncurses.inc
parent51b64eec92bcaaa85f23ee4b23cdab597c06ee9c (diff)
downloadpoky-598e372ab25f159d513b0a0fd2cd99275139824e.tar.gz
ncurses: update SRC_URI
ncurses source tarball from "current" directory in ftp://invisible-island.net gets updated/deleted during the release cycle. We can't depend on that FTP server to fetch source as the maintainer doesn't guarantee the presence of all patched versions in the server. ftp://invisible-island.net/ncurses/5.9/README Fetch sources from debian git server as it is comparatively reliable. [YOCTO #8713] (From OE-Core rev: 4d3f84f84147145cfd786362d9cd754bbb93873e) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/ncurses/ncurses.inc')
-rw-r--r--meta/recipes-core/ncurses/ncurses.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc
index ffd80ee7c7..8bfe133b5f 100644
--- a/meta/recipes-core/ncurses/ncurses.inc
+++ b/meta/recipes-core/ncurses/ncurses.inc
@@ -13,7 +13,7 @@ BINCONFIG = "${bindir}/ncurses-config"
13inherit autotools binconfig-disabled multilib_header pkgconfig 13inherit autotools binconfig-disabled multilib_header pkgconfig
14 14
15# Upstream has useful patches at times at ftp://invisible-island.net/ncurses/ 15# Upstream has useful patches at times at ftp://invisible-island.net/ncurses/
16SRC_URI = "ftp://invisible-island.net/${BPN}/current/${BP}-${REVISION}.tgz" 16SRC_URI = "git://anonscm.debian.org/collab-maint/ncurses.git"
17 17
18EXTRA_AUTORECONF = "-I m4" 18EXTRA_AUTORECONF = "-I m4"
19CONFIG_SITE =+ "${WORKDIR}/config.cache" 19CONFIG_SITE =+ "${WORKDIR}/config.cache"