All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] python3: use ncursesw, not ncurses
@ 2019-01-18 11:24 Alexander Kanavin
  0 siblings, 0 replies; only message in thread
From: Alexander Kanavin @ 2019-01-18 11:24 UTC (permalink / raw)
  To: openembedded-core

So that wide-char functions are accssible.

[YOCTO #13142]

Signed-off-by: Alexander Kanavin <alex.kanavin@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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-01-18 11:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-18 11:24 [PATCH] python3: use ncursesw, not ncurses Alexander Kanavin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.