diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-08-28 14:24:59 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-08-29 08:43:11 -0400 |
commit | 99013658ead87e8658d9041da86a2a76ecf76fbe (patch) | |
tree | 323dbcaf30ec6dfbb026d56191bd9d6b353d58d0 | |
parent | b757de0da6786274c8248bbe3cf2a05809f51127 (diff) | |
download | meta-virtualization-99013658ead87e8658d9041da86a2a76ecf76fbe.tar.gz |
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>
-rw-r--r-- | recipes-extended/libvirt/libvirt_1.3.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/libvirt/libvirt_1.3.5.bb b/recipes-extended/libvirt/libvirt_1.3.5.bb index 19b7567d..8ed2505e 100644 --- a/recipes-extended/libvirt/libvirt_1.3.5.bb +++ b/recipes-extended/libvirt/libvirt_1.3.5.bb | |||
@@ -14,7 +14,7 @@ DEPENDS = "bridge-utils gnutls libxml2 lvm2 avahi parted curl libpcap util-linux | |||
14 | # | 14 | # |
15 | RDEPENDS_${PN} = "gettext-runtime" | 15 | RDEPENDS_${PN} = "gettext-runtime" |
16 | 16 | ||
17 | RDEPENDS_${PN}-ptest += "make gawk" | 17 | RDEPENDS_${PN}-ptest += "make gawk perl" |
18 | 18 | ||
19 | RDEPENDS_libvirt-libvirtd += "bridge-utils iptables pm-utils dnsmasq netcat-openbsd" | 19 | RDEPENDS_libvirt-libvirtd += "bridge-utils iptables pm-utils dnsmasq netcat-openbsd" |
20 | RDEPENDS_libvirt-libvirtd_append_x86-64 = " dmidecode" | 20 | RDEPENDS_libvirt-libvirtd_append_x86-64 = " dmidecode" |