diff options
| -rw-r--r-- | meta/recipes-core/ncurses/ncurses.inc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc index e32a6d12f1..a0ecd8a80b 100644 --- a/meta/recipes-core/ncurses/ncurses.inc +++ b/meta/recipes-core/ncurses/ncurses.inc | |||
| @@ -18,6 +18,7 @@ SRC_URI = "git://salsa.debian.org/debian/ncurses.git;protocol=https;branch=maste | |||
| 18 | EXTRA_AUTORECONF = "-I m4" | 18 | EXTRA_AUTORECONF = "-I m4" |
| 19 | 19 | ||
| 20 | CACHED_CONFIGUREVARS = "cf_cv_func_nanosleep=yes" | 20 | CACHED_CONFIGUREVARS = "cf_cv_func_nanosleep=yes" |
| 21 | CACHED_CONFIGUREVARS:append:linux = " cf_cv_working_poll=yes" | ||
| 21 | 22 | ||
| 22 | EXTRASITECONFIG = "CFLAGS='${CFLAGS} -I${SYSROOT_DESTDIR}${includedir}'" | 23 | EXTRASITECONFIG = "CFLAGS='${CFLAGS} -I${SYSROOT_DESTDIR}${includedir}'" |
| 23 | 24 | ||
| @@ -98,10 +99,6 @@ ncurses_configure() { | |||
| 98 | # patched autoconf213 to generate the configure script. This autoconf | 99 | # patched autoconf213 to generate the configure script. This autoconf |
| 99 | # is not available so that the shipped script will be used. | 100 | # is not available so that the shipped script will be used. |
| 100 | do_configure() { | 101 | do_configure() { |
| 101 | # check does not work with cross-compiling and is generally | ||
| 102 | # broken because it requires stdin to be pollable (which is | ||
| 103 | # not the case for /dev/null redirections) | ||
| 104 | export cf_cv_working_poll=yes | ||
| 105 | #Remove ${includedir} from CPPFLAGS, need for cross compile | 102 | #Remove ${includedir} from CPPFLAGS, need for cross compile |
| 106 | sed -i 's#-I${cf_includedir}##g' ${S}/configure || die "sed CPPFLAGS" | 103 | sed -i 's#-I${cf_includedir}##g' ${S}/configure || die "sed CPPFLAGS" |
| 107 | 104 | ||
