summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMihaela Sendrea <mihaela.sendrea@enea.com>2014-05-30 16:23:59 +0200
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-06-03 11:20:39 -0400
commit51d8fe3e8902659500c189fc9ef1dc915f788464 (patch)
tree2132e61679e3e9fb49778bfc28d60e86411179a9
parenta82acb5d0ce339eb928a4810cbfe4c8804f42354 (diff)
downloadmeta-virtualization-51d8fe3e8902659500c189fc9ef1dc915f788464.tar.gz
libvirt: fix PTEST_DIR
The default PTEST_DIR only works for 32bit. Signed-off-by: Mihaela Sendrea <mihaela.sendrea@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-extended/libvirt/libvirt/runptest.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/libvirt/libvirt/runptest.patch b/recipes-extended/libvirt/libvirt/runptest.patch
index cdc0f65c..873a959d 100644
--- a/recipes-extended/libvirt/libvirt/runptest.patch
+++ b/recipes-extended/libvirt/libvirt/runptest.patch
@@ -12,7 +12,7 @@ Index: libvirt-1.2.4/tests/Makefile.am
12 -I$(top_srcdir)/src/conf \ 12 -I$(top_srcdir)/src/conf \
13 $(GETTEXT_CPPFLAGS) 13 $(GETTEXT_CPPFLAGS)
14 14
15+PTEST_DIR ?= /usr/lib/libvirt/ptest 15+PTEST_DIR ?= $(libdir)/libvirt/ptest
16+ 16+
17 AM_CFLAGS = \ 17 AM_CFLAGS = \
18- -Dabs_builddir="\"$(abs_builddir)\"" \ 18- -Dabs_builddir="\"$(abs_builddir)\"" \