diff options
| -rw-r--r-- | meta/recipes-devtools/python/python3/130-readline-setup.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3/130-readline-setup.patch b/meta/recipes-devtools/python/python3/130-readline-setup.patch index c805652d69..cfa712678b 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] | |||
| 49 | - curses_library = 'ncurses' | 49 | - curses_library = 'ncurses' |
| 50 | - elif self.compiler.find_library_file(lib_dirs, 'curses'): | 50 | - elif self.compiler.find_library_file(lib_dirs, 'curses'): |
| 51 | - curses_library = 'curses' | 51 | - curses_library = 'curses' |
| 52 | + curses_library = "ncurses" | 52 | + curses_library = "ncursesw" |
| 53 | 53 | ||
| 54 | if host_platform == 'darwin': | 54 | if host_platform == 'darwin': |
| 55 | os_release = int(os.uname()[2].split('.')[0]) | 55 | os_release = int(os.uname()[2].split('.')[0]) |
