mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 18:23:02 +01:00
(From OE-Core rev: f0d28a46b06427bf0f3cabff32f0dc5c6f1c876b) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 lines
342 B
BlitzBasic
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+)*)"
|