diff options
author | Zhenbo Gao <zhenbo.gao@windriver.com> | 2017-03-14 09:56:46 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-03-14 10:12:11 -0400 |
commit | f26d43b7739351067cf4a9b232cfd87ffb412a09 (patch) | |
tree | 54cf7795f81ea8c06bc6ff05af9ec97a6ad42e01 | |
parent | d90285a353933f0473a13c5c23df23a13775ac2e (diff) | |
download | meta-virtualization-f26d43b7739351067cf4a9b232cfd87ffb412a09.tar.gz |
libvirt: fix QA warning caused by missing acl build dep
The patch fix the following QA warning:
--
WARNING: QA Issue: libvirt rdepends on libacl, but it isn't a build dependency? [build-deps]
Signed-off-by: Zhenbo Gao <zhenbo.gao@windriver.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 152130d0..025a9efb 100644 --- a/recipes-extended/libvirt/libvirt_1.3.5.bb +++ b/recipes-extended/libvirt/libvirt_1.3.5.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | |||
7 | SECTION = "console/tools" | 7 | SECTION = "console/tools" |
8 | 8 | ||
9 | DEPENDS = "bridge-utils gnutls libxml2 lvm2 avahi parted curl libpcap util-linux e2fsprogs pm-utils \ | 9 | DEPENDS = "bridge-utils gnutls libxml2 lvm2 avahi parted curl libpcap util-linux e2fsprogs pm-utils \ |
10 | iptables dnsmasq readline libtasn1 libxslt-native" | 10 | iptables dnsmasq readline libtasn1 libxslt-native acl" |
11 | 11 | ||
12 | # libvirt-guests.sh needs gettext.sh | 12 | # libvirt-guests.sh needs gettext.sh |
13 | # | 13 | # |