mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libreport: add dependency on libarchive
* it's often pulled by elfutils when debuginfod is in DISTRO_FEATURES, but when it isn't, it fails with: http://errors.yoctoproject.org/Errors/Details/702773/ checking for libarchive... no configure: error: Package requirements (libarchive) were not met: No package 'libarchive' found Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
54b177f4ac
commit
02ddb699b9
|
|
@ -4,7 +4,7 @@ SUMMARY = "Generic library for reporting various problems"
|
|||
HOMEPAGE = "https://abrt.readthedocs.org/"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
DEPENDS = "xmlrpc-c xmlrpc-c-native intltool-native \
|
||||
json-c libtar libnewt libproxy rpm \
|
||||
json-c libarchive libtar libnewt libproxy rpm \
|
||||
augeas satyr systemd \
|
||||
"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user