summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/ncurses
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/ncurses')
-rw-r--r--meta/recipes-core/ncurses/ncurses.inc2
-rw-r--r--meta/recipes-core/ncurses/ncurses_5.9.bb6
2 files changed, 4 insertions, 4 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"
diff --git a/meta/recipes-core/ncurses/ncurses_5.9.bb b/meta/recipes-core/ncurses/ncurses_5.9.bb
index 54d27a951b..22c6230ed7 100644
--- a/meta/recipes-core/ncurses/ncurses_5.9.bb
+++ b/meta/recipes-core/ncurses/ncurses_5.9.bb
@@ -7,6 +7,6 @@ PR = "${INC_PR}.1"
7SRC_URI += "file://tic-hang.patch \ 7SRC_URI += "file://tic-hang.patch \
8 file://config.cache \ 8 file://config.cache \
9" 9"
10S = "${WORKDIR}/${BP}-${REVISION}" 10# commit id corresponds to the above listed REVISION
11SRC_URI[md5sum] = "cee991d09e69e60ebedef424804c52d4" 11SRCREV = "6286e14dac28811dbfd325b8d4c23f0d4e37eaf0"
12SRC_URI[sha256sum] = "5b64f40e4dce73e3aa83d15bd9257c6eff8790ec41150f0938bd87c0eb75828f" 12S = "${WORKDIR}/git"