mirror of
https://git.yoctoproject.org/poky
synced 2026-07-16 15:57:04 +00:00
python3: use ncursesw, not ncurses
So that wide-char functions are accssible. [YOCTO #13142] (From OE-Core rev: 042187a65d0622fbd721346b4e55146616c87fd8) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
676705765a
commit
2daede4aa8
@@ -49,7 +49,7 @@ Upstream-Status: Inappropriate [Embedded Specific]
|
|||||||
- curses_library = 'ncurses'
|
- curses_library = 'ncurses'
|
||||||
- elif self.compiler.find_library_file(lib_dirs, 'curses'):
|
- elif self.compiler.find_library_file(lib_dirs, 'curses'):
|
||||||
- curses_library = 'curses'
|
- curses_library = 'curses'
|
||||||
+ curses_library = "ncurses"
|
+ curses_library = "ncursesw"
|
||||||
|
|
||||||
if host_platform == 'darwin':
|
if host_platform == 'darwin':
|
||||||
os_release = int(os.uname()[2].split('.')[0])
|
os_release = int(os.uname()[2].split('.')[0])
|
||||||
|
|||||||
Reference in New Issue
Block a user