diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2023-05-03 19:23:48 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-05-03 21:24:55 -0700 |
| commit | 50a61ea57a496d7bc3c4d909b03b24a339cc3bc7 (patch) | |
| tree | b8e0b956a59bcfc7c2bbb7c03ab2e849f7f9ed6c /meta-oe | |
| parent | a25c1289a4f9636cffd42c74844724b53255285d (diff) | |
| download | meta-openembedded-50a61ea57a496d7bc3c4d909b03b24a339cc3bc7.tar.gz | |
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>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-extended/libreport/libreport_2.17.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/libreport/libreport_2.17.8.bb b/meta-oe/recipes-extended/libreport/libreport_2.17.8.bb index a8d1db65bf..1f2c55c699 100644 --- a/meta-oe/recipes-extended/libreport/libreport_2.17.8.bb +++ b/meta-oe/recipes-extended/libreport/libreport_2.17.8.bb | |||
| @@ -4,7 +4,7 @@ SUMMARY = "Generic library for reporting various problems" | |||
| 4 | HOMEPAGE = "https://abrt.readthedocs.org/" | 4 | HOMEPAGE = "https://abrt.readthedocs.org/" |
| 5 | LICENSE = "GPL-2.0-or-later" | 5 | LICENSE = "GPL-2.0-or-later" |
| 6 | DEPENDS = "xmlrpc-c xmlrpc-c-native intltool-native \ | 6 | DEPENDS = "xmlrpc-c xmlrpc-c-native intltool-native \ |
| 7 | json-c libtar libnewt libproxy rpm \ | 7 | json-c libarchive libtar libnewt libproxy rpm \ |
| 8 | augeas satyr systemd \ | 8 | augeas satyr systemd \ |
| 9 | " | 9 | " |
| 10 | 10 | ||
