Files
poky/meta/recipes-core/ncurses/ncurses_6.0.bb
Alexander Kanavin 77aee2834c ncurses: fix upstream version check
(From OE-Core rev: f0d28a46b06427bf0f3cabff32f0dc5c6f1c876b)

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-01-20 17:07:12 +00:00

13 lines
342 B
BlitzBasic

require ncurses.inc
REVISION = "20151024"
SRC_URI += "file://tic-hang.patch \
file://config.cache \
"
# commit id corresponds to the above listed REVISION
SRCREV = "c6b034b4d69f8c9092c2a1b5d5bb718282b2a522"
S = "${WORKDIR}/git"
EXTRA_OECONF += "--with-abi-version=5"
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+(\+\d+)*)"