summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/ncurses/ncurses_6.1+20190803.bb
blob: e638a3737ca3e7307d96ee5423bd1b04a14e5201 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require ncurses.inc

SRC_URI += "file://0001-tic-hang.patch \
            file://0002-configure-reproducible.patch \
            file://config.cache \
            file://0001-ncurses-selective-backport-of-20191012-patch.patch \
"
# commit id corresponds to the revision in package version
SRCREV = "3c9b2677c96c645496997321bf2fe465a5e7e21f"
S = "${WORKDIR}/git"
EXTRA_OECONF += "--with-abi-version=5 --cache-file=${B}/config.cache"
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+(\+\d+)*)"