From: Stefano Stabellini Date: Mon, 12 Oct 2015 15:43:50 +0000 (+0100) Subject: add CentOS and Fedora ARM dependencies for libvirt X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=a85f126c9ccf554479efe057c8416247f4fded3f;p=raisin.git add CentOS and Fedora ARM dependencies for libvirt Signed-off-by: Stefano Stabellini --- diff --git a/components/libvirt b/components/libvirt index 10a4a5e..8ba642a 100644 --- a/components/libvirt +++ b/components/libvirt @@ -17,10 +17,14 @@ function libvirt_check_package() { libuuid-devel perl-XML-XPath" local DEP_Fedora_x86_32="$DEP_Fedora_common" local DEP_Fedora_x86_64="$DEP_Fedora_common" + local DEP_Fedora_arm32="$DEP_Fedora_common" + local DEP_Fedora_arm64="$DEP_Fedora_common" local DEP_CentOS_common="$DEP_Fedora_common" local DEP_CentOS_x86_32="$DEP_Fedora_x86_32" local DEP_CentOS_x86_64="$DEP_Fedora_x86_64" + local DEP_CentOS_arm32="$DEP_Fedora_arm32" + local DEP_CentOS_arm64="$DEP_Fedora_arm64" verbose_echo Checking Libvirt dependencies eval check-package \$DEP_"$DISTRO"_"$RAISIN_ARCH"