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_7za_dependency.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes-test/virt-test/files/remove_7za_dependency.patch (limited to 'recipes-test/virt-test/files/remove_7za_dependency.patch') diff --git a/recipes-test/virt-test/files/remove_7za_dependency.patch b/recipes-test/virt-test/files/remove_7za_dependency.patch new file mode 100644 index 0000000..4eeca94 --- /dev/null +++ b/recipes-test/virt-test/files/remove_7za_dependency.patch @@ -0,0 +1,13 @@ +diff --git a/virttest/bootstrap.py b/virttest/bootstrap.py +index e7644a6..73c103a 100644 +--- a/virttest/bootstrap.py ++++ b/virttest/bootstrap.py +@@ -10,7 +10,7 @@ import asset + import cartesian_config + import utils_selinux + +-basic_program_requirements = ['7za', 'tcpdump', 'nc', 'ip', 'arping'] ++basic_program_requirements = ['tcpdump', 'nc', 'ip', 'arping'] + + recommended_programs = {'qemu': [('qemu-kvm', 'kvm'), ('qemu-img',), + ('qemu-io',)], -- cgit v1.2.3-54-g00ecf