From: Darren Hart Date: Wed, 21 Dec 2011 09:02:48 +0000 (-0800) Subject: ncurses: Allow override of ENABLE_WIDEC X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~43171 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=516480b1518093b17c2211be0966b7b31aeb2721;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ncurses: Allow override of ENABLE_WIDEC Set ENABLE_WIDEC with ?= instead of = to allow for the external override by distro definitions. Signed-off-by: Darren Hart Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc index 98f45a43341..583dad7204a 100644 --- a/meta/recipes-core/ncurses/ncurses.inc +++ b/meta/recipes-core/ncurses/ncurses.inc @@ -19,7 +19,7 @@ CONFIG_SITE =+ "${WORKDIR}/config.cache" # Whether to enable separate widec libraries; must be 'true' or 'false' # # TODO: remove this variable when widec is supported in every setup? -ENABLE_WIDEC = "true" +ENABLE_WIDEC ?= "true" # _GNU_SOURCE is required for widec stuff and is detected automatically # for target objects. But it must be set manually for native and sdk