mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +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: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -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 \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user