diff options
author | Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> | 2012-11-19 13:39:22 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-20 15:31:48 +0000 |
commit | 264ca0fdbe073d1e6b32bead6b7338b6dbc76c9f (patch) | |
tree | 485ab84341026a3d45cc1ef17fdc8d8639e30581 /meta/recipes-core/ncurses | |
parent | 9ee6b718c1b45dbfa42fbe27cf0e6c0bf4ed96d4 (diff) | |
download | poky-264ca0fdbe073d1e6b32bead6b7338b6dbc76c9f.tar.gz |
ncurses: update gnu-config files in do_configure()
(From OE-Core rev: 52d4c2cb6cd15f8ebaacc92ddf71274bf7a421d5)
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/ncurses')
-rw-r--r-- | meta/recipes-core/ncurses/ncurses.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc index 24b19c7d13..5fdd994898 100644 --- a/meta/recipes-core/ncurses/ncurses.inc +++ b/meta/recipes-core/ncurses/ncurses.inc | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://ncurses/base/version.c;beginline=1;endline=27;md5=cbc | |||
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | DEPENDS = "ncurses-native" | 7 | DEPENDS = "ncurses-native" |
8 | DEPENDS_class-native = "" | 8 | DEPENDS_class-native = "" |
9 | INC_PR = "r12" | 9 | INC_PR = "r13" |
10 | 10 | ||
11 | inherit autotools binconfig multilib_header | 11 | inherit autotools binconfig multilib_header |
12 | 12 | ||
@@ -68,6 +68,7 @@ do_configure() { | |||
68 | # not the case for /dev/null redirections) | 68 | # not the case for /dev/null redirections) |
69 | export cf_cv_working_poll=yes | 69 | export cf_cv_working_poll=yes |
70 | 70 | ||
71 | gnu-configize --force | ||
71 | ncurses_configure "narrowc" || \ | 72 | ncurses_configure "narrowc" || \ |
72 | return 1 | 73 | return 1 |
73 | ! ${ENABLE_WIDEC} || \ | 74 | ! ${ENABLE_WIDEC} || \ |