[meta-virtualization] [PATCH] libvirt: fix QA warning caused by missing acl build dep

Bruce Ashfield bruce.ashfield at windriver.com
Tue Mar 14 07:12:33 PDT 2017


merged.

Bruce

On 2017-03-13 9:56 PM, Zhenbo Gao wrote:
> 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 at windriver.com>
> ---
>  recipes-extended/libvirt/libvirt_1.3.5.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-extended/libvirt/libvirt_1.3.5.bb b/recipes-extended/libvirt/libvirt_1.3.5.bb
> index 152130d..025a9ef 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 \
>  SECTION = "console/tools"
>
>  DEPENDS = "bridge-utils gnutls libxml2 lvm2 avahi parted curl libpcap util-linux e2fsprogs pm-utils \
> -	   iptables dnsmasq readline libtasn1 libxslt-native"
> +	   iptables dnsmasq readline libtasn1 libxslt-native acl"
>
>  # libvirt-guests.sh needs gettext.sh
>  #
>



More information about the meta-virtualization mailing list