[oe-commits] Darren Hart : ncurses: Allow override of ENABLE_WIDEC

git at git.openembedded.org git at git.openembedded.org
Wed Dec 21 17:20:32 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 516480b1518093b17c2211be0966b7b31aeb2721
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=516480b1518093b17c2211be0966b7b31aeb2721

Author: Darren Hart <dvhart at linux.intel.com>
Date:   Wed Dec 21 01:02:48 2011 -0800

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 <dvhart at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/ncurses/ncurses.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc
index 98f45a4..583dad7 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





More information about the Openembedded-commits mailing list