[OE-core] [PATCH] python3: use ncursesw, not ncurses

Alexander Kanavin alex.kanavin at gmail.com
Fri Jan 18 11:24:10 UTC 2019


So that wide-char functions are accssible.

[YOCTO #13142]

Signed-off-by: Alexander Kanavin <alex.kanavin at gmail.com>
---
 meta/recipes-devtools/python/python3/130-readline-setup.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/python/python3/130-readline-setup.patch b/meta/recipes-devtools/python/python3/130-readline-setup.patch
index c805652d694..cfa712678b9 100644
--- a/meta/recipes-devtools/python/python3/130-readline-setup.patch
+++ b/meta/recipes-devtools/python/python3/130-readline-setup.patch
@@ -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])
-- 
2.17.1



More information about the Openembedded-core mailing list