diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-20 11:38:53 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-22 00:01:58 +0200 |
commit | 6d72c926e06000c634c221883dee8af8be8f1217 (patch) | |
tree | c8d6253f13bfc12c9429589aeabd4112ef072e3e /meta-oe | |
parent | c87e8c5c5934b0293c30d1274042de334d7f44a2 (diff) | |
download | meta-openembedded-6d72c926e06000c634c221883dee8af8be8f1217.tar.gz |
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@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-connectivity/rtorrent/rtorrent_0.9.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 3addf9264..eb0a39af5 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/" | |||
3 | LICENSE = "GPL-2.0" | 3 | LICENSE = "GPL-2.0" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
5 | 5 | ||
6 | DEPENDS = "libsigc++-2.0 curl cppunit libtorrent" | 6 | DEPENDS = "libsigc++-2.0 curl cppunit libtorrent ncurses" |
7 | 7 | ||
8 | SRC_URI = "http://libtorrent.rakshasa.no/downloads/${BP}.tar.gz \ | 8 | SRC_URI = "http://libtorrent.rakshasa.no/downloads/${BP}.tar.gz \ |
9 | file://don-t-run-code-while-configuring-package.patch \ | 9 | file://don-t-run-code-while-configuring-package.patch \ |