ENABLE_WIDEC should also be false when building sdk like when building native (tested on ubuntu server 9.10)
Signed-off-by: Eric Bénard <[email protected]> --- v2 : keep sdk in BBCLASSEXTEND as suggested by Tom Rini recipes/ncurses/ncurses_5.7.bb | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/ncurses/ncurses_5.7.bb b/recipes/ncurses/ncurses_5.7.bb index 57374ec..2c41ec6 100644 --- a/recipes/ncurses/ncurses_5.7.bb +++ b/recipes/ncurses/ncurses_5.7.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" SECTION = "libs" PATCHDATE = "20100501" PKGV = "${PV}+${PATCHDATE}" -PR = "r11" +PR = "r12" DEPENDS = "ncurses-native unifdef-native" DEPENDS_virtclass-native = "unifdef-native" @@ -32,7 +32,7 @@ EXTRA_AUTORECONF = "-I m4" ENABLE_WIDEC = "true" # Build breaks on Ubuntu else :( ENABLE_WIDEC_virtclass-native = "false" - +ENABLE_WIDEC_virtclass-nativesdk = "false" # Override the function from the autotools class; ncurses requires a # patched autoconf213 to generate the configure script. This autoconf @@ -170,7 +170,7 @@ pkg_prerm_ncurses-tools () { fi } -BBCLASSEXTEND = "native sdk" +BBCLASSEXTEND = "native nativesdk sdk" PACKAGES = " \ ncurses-dbg \ -- 1.6.3.3 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
