summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/ncurses
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/ncurses')
-rw-r--r--meta/recipes-core/ncurses/ncurses.inc12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc
index 01cdf132da..a94466a634 100644
--- a/meta/recipes-core/ncurses/ncurses.inc
+++ b/meta/recipes-core/ncurses/ncurses.inc
@@ -33,11 +33,11 @@ base_libdir_class-native = "${libdir}"
33# This was derrived from the upstream debian ncurses which uses 33# This was derrived from the upstream debian ncurses which uses
34# these settings for 32 and 64 bit hosts. 34# these settings for 32 and 64 bit hosts.
35EXCONFIG_ARGS = "" 35EXCONFIG_ARGS = ""
36EXCONFIG_ARGS_virtclass-native = " \ 36EXCONFIG_ARGS_class-native = " \
37 --disable-lp64 \ 37 --disable-lp64 \
38 --with-chtype='long' \ 38 --with-chtype='long' \
39 --with-mmask-t='long'" 39 --with-mmask-t='long'"
40EXCONFIG_ARGS_virtclass-nativesdk = " \ 40EXCONFIG_ARGS_class-nativesdk = " \
41 --disable-lp64 \ 41 --disable-lp64 \
42 --with-chtype='long' \ 42 --with-chtype='long' \
43 --with-mmask-t='long'" 43 --with-mmask-t='long'"
@@ -50,11 +50,11 @@ PACKAGES_DYNAMIC = "^${PN}-lib.*"
50# because the sstate had a hard coded search path. Until this is fixed 50# because the sstate had a hard coded search path. Until this is fixed
51# another way this is deemed good enough. 51# another way this is deemed good enough.
52EX_TERMCAP = "" 52EX_TERMCAP = ""
53EX_TERMCAP_virtclass-native = ":/etc/termcap:/usr/share/misc/termcap" 53EX_TERMCAP_class-native = ":/etc/termcap:/usr/share/misc/termcap"
54EX_TERMCAP_virtclass-nativesdk = ":/etc/termcap:/usr/share/misc/termcap" 54EX_TERMCAP_class-nativesdk = ":/etc/termcap:/usr/share/misc/termcap"
55EX_TERMINFO = "" 55EX_TERMINFO = ""
56EX_TERMINFO_virtclass-native = ":/etc/terminfo:/usr/share/terminfo:/usr/share/misc/terminfo:/lib/terminfo" 56EX_TERMINFO_class-native = ":/etc/terminfo:/usr/share/terminfo:/usr/share/misc/terminfo:/lib/terminfo"
57EX_TERMINFO_virtclass-nativesdk = ":/etc/terminfo:/usr/share/terminfo:/usr/share/misc/terminfo:/lib/terminfo" 57EX_TERMINFO_class-nativesdk = ":/etc/terminfo:/usr/share/terminfo:/usr/share/misc/terminfo:/lib/terminfo"
58 58
59# Helper function for do_configure to allow multiple configurations 59# Helper function for do_configure to allow multiple configurations
60# $1 the directory to run configure in 60# $1 the directory to run configure in