[oe] [PATCH] asterisk: replace termcap by tinfo

Eric Bénard eric at eukrea.com
Mon Sep 6 21:02:12 UTC 2010


* this fix the following configure problem :
checking for tgetent in -ltermcap... no
configure: ***
configure: *** The Termcap installation on this system appears to be broken.
configure: *** Either correct the installation, or run configure
configure: *** without explicitly specifying --with-termcap
* PR bumped

Signed-off-by: Eric Bénard <eric at eukrea.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
---
 recipes/asterisk/asterisk_1.4.23.1.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/asterisk/asterisk_1.4.23.1.bb b/recipes/asterisk/asterisk_1.4.23.1.bb
index af6967a..5869187 100644
--- a/recipes/asterisk/asterisk_1.4.23.1.bb
+++ b/recipes/asterisk/asterisk_1.4.23.1.bb
@@ -5,8 +5,9 @@ HOMEPAGE = "http://www.asterisk.org"
 LICENSE = "GPLv2"
 PRIORITY = "optional"
 SECTION = "console/telephony"
-DEPENDS = "speex readline zlib openssl curl popt gnutls sqlite libogg libvorbis"
+DEPENDS = "speex readline zlib openssl curl popt gnutls sqlite libogg libvorbis ncurses"
 #RRECOMMENDS_${PN} = "logrotate"
+PR = "r1"
 
 SRC_URI="http://downloads.digium.com/pub/asterisk/releases/asterisk-${PV}.tar.gz \
 #	file://sounds.xml.patch \
@@ -28,7 +29,7 @@ inherit autotools update-rc.d
 EXTRA_OECONF =  "--with-ssl=${STAGING_EXECPREFIXDIR} \
 			--with-z=${STAGING_EXECPREFIXDIR} \
 			--with-curl=${STAGING_EXECPREFIXDIR} \
-			--with-termcap=${STAGING_EXECPREFIXDIR} \
+			--with-tinfo=${STAGING_EXECPREFIXDIR} \
 			--with-ogg=${STAGING_EXECPREFIXDIR} \
 			--with-vorbis=${STAGING_EXECPREFIXDIR} \
 			--with-sqlite=${STAGING_EXECPREFIXDIR} \
-- 
1.6.3.3





More information about the Openembedded-devel mailing list