ncurses: 5.9 0 -> 6.0

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>
This commit is contained in:
Dengke Du 2016-01-15 00:09:10 -05:00 committed by Richard Purdie
parent 44d283a13d
commit 99923fc936
4 changed files with 3 additions and 5 deletions

View File

@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://ncurses/base/version.c;beginline=1;endline=27;md5=cbc
SECTION = "libs"
DEPENDS = "ncurses-native"
DEPENDS_class-native = ""
INC_PR = "r15"
BINCONFIG = "${bindir}/ncurses5-config ${bindir}/ncursesw5-config"

View File

@ -1,12 +1,11 @@
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"