]> xenbits.xensource.com Git - raisin.git/commitdiff
add CentOS and Fedora ARM dependencies for libvirt
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Mon, 12 Oct 2015 15:43:50 +0000 (16:43 +0100)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Mon, 12 Oct 2015 15:43:50 +0000 (16:43 +0100)
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
components/libvirt

index 10a4a5eb6515800514c1d398c794fecabd61371d..8ba642a20829290cce0c28eff0eb72a729ff199f 100644 (file)
@@ -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"