[libvirt] [jenkins-ci PATCH] guests: Remove YAJL symlink kludge

Andrea Bolognani abologna at redhat.com
Wed Apr 10 15:20:10 UTC 2019


It's no longer needed as of libvirt commit 105756660f94.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 guests/playbooks/update/tasks/kludges.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/guests/playbooks/update/tasks/kludges.yml b/guests/playbooks/update/tasks/kludges.yml
index c955a30..9d4f232 100644
--- a/guests/playbooks/update/tasks/kludges.yml
+++ b/guests/playbooks/update/tasks/kludges.yml
@@ -10,10 +10,8 @@
   with_items:
     - include/readline
     - include/sasl
-    - include/yajl
     - lib/libreadline.so
     - lib/libsasl2.so
-    - lib/libyajl.so
   when:
     - os_name == 'FreeBSD'
 
-- 
2.20.1




More information about the libvir-list mailing list