mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
rtorrent: Add missing dependency on autoconf-archive
Fixes configure errors e.g. | configure:8269: error: possibly undefined macro: PKG_CHECK_EXISTS Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
554bae57a5
commit
2c8470ea52
|
|
@ -3,7 +3,7 @@ HOMEPAGE = "http://libtorrent.rakshasa.no/"
|
|||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
DEPENDS = "libsigc++-2.0 curl cppunit libtool libtorrent ncurses"
|
||||
DEPENDS = "autoconf-archive libsigc++-2.0 curl cppunit libtool libtorrent ncurses"
|
||||
|
||||
SRC_URI = "git://github.com/rakshasa/rtorrent;branch=master;protocol=https"
|
||||
SRCREV = "d067bd802e44f0e6a747aabcc311ada2175fd550"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user