aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/ncurses/ncurses_6.0+20161126.bb
blob: e95741f4c32db752c94ee03ef0ed8faa4f0c071b (plain)
1
2
3
4
5
6
7
8
9
10
11
require ncurses.inc

SRC_URI += "file://tic-hang.patch \
            file://fix-cflags-mangle.patch \
            file://config.cache \
"
# commit id corresponds to the revision in package version
SRCREV = "3db0bd19cb50e3d9b4f2cf15b7a102fe11302068"
S = "${WORKDIR}/git"
EXTRA_OECONF += "--with-abi-version=5"
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+(\+\d+)*)"