Files
poky/meta/recipes-core/ncurses/ncurses_5.9.bb
Maxin B. John 598e372ab2 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>
2015-12-01 21:32:12 +00:00

13 lines
262 B
BlitzBasic

require ncurses.inc
REVISION = "20150329"
PR = "${INC_PR}.1"
SRC_URI += "file://tic-hang.patch \
file://config.cache \
"
# commit id corresponds to the above listed REVISION
SRCREV = "6286e14dac28811dbfd325b8d4c23f0d4e37eaf0"
S = "${WORKDIR}/git"