From: Chris Larson Date: Thu, 20 Aug 2009 15:41:55 +0000 (-0700) Subject: Revert "ncurses: don't use libtool." X-Git-Tag: Release-2010-05/1~2631 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba43e918025a32e94934e825ec56b7e109a90a90;p=openembedded.git 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. --- diff --git a/recipes/ncurses/ncurses.inc b/recipes/ncurses/ncurses.inc index 2d98a3046d..76a8ff0c3c 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 \