[meta-virtualization] [daisy] [PATCH] libvirt: fix PTEST_DIR

Mihaela Sendrea mihaela.sendrea at enea.com
Fri May 30 07:27:03 PDT 2014


The default PTEST_DIR only works for 32bit.

Signed-off-by: Mihaela Sendrea <mihaela.sendrea at enea.com>
---
 recipes-extended/libvirt/libvirt/runptest.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-extended/libvirt/libvirt/runptest.patch b/recipes-extended/libvirt/libvirt/runptest.patch
index 0c01975..4973a56 100644
--- a/recipes-extended/libvirt/libvirt/runptest.patch
+++ b/recipes-extended/libvirt/libvirt/runptest.patch
@@ -11,7 +11,7 @@ diff -uNr a/tests/Makefile.am b/tests/Makefile.am
  	-I$(top_srcdir)/src/conf \
  	$(GETTEXT_CPPFLAGS)
  
-+PTEST_DIR ?= /usr/lib/libvirt/ptest
++PTEST_DIR ?= $(libdir)/libvirt/ptest
 +
  AM_CFLAGS = \
 -	-Dabs_builddir="\"`pwd`\"" \
-- 
1.8.5.3



More information about the meta-virtualization mailing list