mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 03:32:12 +02:00
To be compatible with ncurses 5, add option '--with-abi-version=5' to EXTRA_OECONF (From OE-Core rev: 743e97cc80744ca88d72b8db0ee95bb58f350ef9) Signed-off-by: Dengke Du <dengke.du@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 lines
281 B
BlitzBasic
12 lines
281 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"
|