To be compatible with ncurses 5, add option '--with-abi-version=5' to EXTRA_OECONF
Signed-off-by: Dengke Du <dengke.du@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
SECTION = "libs"
DEPENDS = "ncurses-native"
DEPENDS_class-native = ""
-INC_PR = "r15"
BINCONFIG = "${bindir}/ncurses5-config ${bindir}/ncursesw5-config"
require ncurses.inc
-REVISION = "20150329"
-
-PR = "${INC_PR}.1"
+REVISION = "20151024"
SRC_URI += "file://tic-hang.patch \
file://config.cache \
"
# commit id corresponds to the above listed REVISION
-SRCREV = "6286e14dac28811dbfd325b8d4c23f0d4e37eaf0"
+SRCREV = "c6b034b4d69f8c9092c2a1b5d5bb718282b2a522"
S = "${WORKDIR}/git"
+EXTRA_OECONF += "--with-abi-version=5"