]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3: use ncursesw, not ncurses
authorAlexander Kanavin <alex.kanavin@gmail.com>
Fri, 18 Jan 2019 11:24:10 +0000 (12:24 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 20 Jan 2019 22:24:20 +0000 (22:24 +0000)
So that wide-char functions are accssible.

[YOCTO #13142]

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3/130-readline-setup.patch

index c805652d69465bf7a3507bf9cc4f0ae8b930085f..cfa712678b9e49cfbd260ddc2689afc9a11a9930 100644 (file)
@@ -49,7 +49,7 @@ Upstream-Status: Inappropriate [Embedded Specific]
 -            curses_library = 'ncurses'
 -        elif self.compiler.find_library_file(lib_dirs, 'curses'):
 -            curses_library = 'curses'
-+        curses_library = "ncurses"
++        curses_library = "ncursesw"
  
          if host_platform == 'darwin':
              os_release = int(os.uname()[2].split('.')[0])