diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-01-20 11:18:34 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-01-21 10:02:02 -0800 |
commit | 2c8470ea52b2e858aca995f69d7ef50d5d8f34a8 (patch) | |
tree | db8e5b25cc243c7b5fbf28b5e40791fd5649d33a /meta-oe/recipes-connectivity/rtorrent | |
parent | 554bae57a5a8967a7ef9547f30fc1b2f2a27ed81 (diff) | |
download | meta-openembedded-contrib-2c8470ea52b2e858aca995f69d7ef50d5d8f34a8.tar.gz |
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>
Diffstat (limited to 'meta-oe/recipes-connectivity/rtorrent')
-rw-r--r-- | meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb b/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb index b4fe10cb1cf..d5411b19b2b 100644 --- a/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb +++ b/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb @@ -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" |