[oe-commits] Chris Larson : Revert "ncurses: don't use libtool."

git version control git at git.openembedded.org
Thu Aug 20 15:43:51 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: ba43e918025a32e94934e825ec56b7e109a90a90
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ba43e918025a32e94934e825ec56b7e109a90a90

Author: Chris Larson <clarson at mvista.com>
Date:   Thu Aug 20 08:41:55 2009 -0700

Revert "ncurses: don't use libtool."

This reverts commit f9b6fb8272850ebb1a001f6f055df8a3c74733fd.

Apparently the change to not use libtool causes failures on some machines, but
not others.  Will investigate further.

---

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

diff --git a/recipes/ncurses/ncurses.inc b/recipes/ncurses/ncurses.inc
index 2d98a30..76a8ff0 100644
--- a/recipes/ncurses/ncurses.inc
+++ b/recipes/ncurses/ncurses.inc
@@ -12,6 +12,7 @@ FILESPATH = "${FILE_DIRNAME}/local:${FILE_DIRNAME}/ncurses-${PV}-${PR}:${FILE_DI
 
 EXTRA_OECONF = "\
   --with-shared \
+  --with-libtool \
   --without-profile \
   --without-debug \
   --disable-rpath \





More information about the Openembedded-commits mailing list