[oe-commits] Martin Jansa : rtorrent: add ncurses dependency

git at git.openembedded.org git at git.openembedded.org
Mon Jul 21 22:04:28 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: 6d72c926e06000c634c221883dee8af8be8f1217
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=6d72c926e06000c634c221883dee8af8be8f1217

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Jul 20 11:38:53 2014 +0200

rtorrent: add ncurses dependency

* otherwise fails with:
  | checking for NcursesW wide-character library... no
  | checking for Ncurses library... no
  | checking for Curses library... no
  | configure: error: requires either NcursesW or Ncurses library
  | Configure failed. The contents of all config.log files follows to aid debugging

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-connectivity/rtorrent/rtorrent_0.9.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.9.3.bb b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.9.3.bb
index 3addf92..eb0a39a 100644
--- a/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.9.3.bb
+++ b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.9.3.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://libtorrent.rakshasa.no/"
 LICENSE = "GPL-2.0"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 
-DEPENDS = "libsigc++-2.0 curl cppunit libtorrent"
+DEPENDS = "libsigc++-2.0 curl cppunit libtorrent ncurses"
 
 SRC_URI = "http://libtorrent.rakshasa.no/downloads/${BP}.tar.gz \
     file://don-t-run-code-while-configuring-package.patch \



More information about the Openembedded-commits mailing list