mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
libvirt: fix build failure, failing QA check
The build is failing due to a failing QA check: ERROR: libvirt-1.3.5-r0 do_package_qa: QA Issue: /usr/lib/libvirt/ptest/tests/tests/check-file-access.pl contained in package libvirt-ptest requires /usr/bin/perl, but no providers found in RDEPENDS_libvirt-ptest? [file-rdeps] Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
b757de0da6
commit
99013658ea
|
@ -14,7 +14,7 @@ DEPENDS = "bridge-utils gnutls libxml2 lvm2 avahi parted curl libpcap util-linux
|
|||
#
|
||||
RDEPENDS_${PN} = "gettext-runtime"
|
||||
|
||||
RDEPENDS_${PN}-ptest += "make gawk"
|
||||
RDEPENDS_${PN}-ptest += "make gawk perl"
|
||||
|
||||
RDEPENDS_libvirt-libvirtd += "bridge-utils iptables pm-utils dnsmasq netcat-openbsd"
|
||||
RDEPENDS_libvirt-libvirtd_append_x86-64 = " dmidecode"
|
||||
|
|
Loading…
Reference in New Issue
Block a user