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

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