From c158582c0fc7f4bd73980fe9adad446855f4d61b Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 10 Oct 2014 03:19:54 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- recipes-test/virt-test/files/remove_gcc_dependency.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes-test/virt-test/files/remove_gcc_dependency.patch (limited to 'recipes-test/virt-test/files/remove_gcc_dependency.patch') diff --git a/recipes-test/virt-test/files/remove_gcc_dependency.patch b/recipes-test/virt-test/files/remove_gcc_dependency.patch new file mode 100644 index 0000000..fc4aa04 --- /dev/null +++ b/recipes-test/virt-test/files/remove_gcc_dependency.patch @@ -0,0 +1,13 @@ +diff --git a/virttest/bootstrap.py b/virttest/bootstrap.py +index 73c103a..c4e2623 100644 +--- a/virttest/bootstrap.py ++++ b/virttest/bootstrap.py +@@ -22,7 +22,7 @@ recommended_programs = {'qemu': [('qemu-kvm', 'kvm'), ('qemu-img',), + 'v2v': [], + 'libguestfs': [('perl',)]} + +-mandatory_programs = {'qemu': basic_program_requirements + ['gcc'], ++mandatory_programs = {'qemu': basic_program_requirements, + 'libvirt': basic_program_requirements, + 'openvswitch': basic_program_requirements, + 'lvsb': ['virt-sandbox', 'virt-sandbox-service', 'virsh'], -- cgit v1.2.3-54-g00ecf