summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMihaela Sendrea <mihaela.sendrea@enea.com>2014-05-30 16:27:03 +0200
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-06-03 11:20:50 -0400
commit669c07a02fbb190c3f1b73fe4d9cf62c67dc4f7b (patch)
treeff2e44e8a38c13862b7c8ba4efdc104d0ed743ca
parentabf028895344a0e485fa194e5cac8bd7006c670b (diff)
downloadmeta-virtualization-669c07a02fbb190c3f1b73fe4d9cf62c67dc4f7b.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 0c019751..4973a568 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
11 -I$(top_srcdir)/src/conf \ 11 -I$(top_srcdir)/src/conf \
12 $(GETTEXT_CPPFLAGS) 12 $(GETTEXT_CPPFLAGS)
13 13
14+PTEST_DIR ?= /usr/lib/libvirt/ptest 14+PTEST_DIR ?= $(libdir)/libvirt/ptest
15+ 15+
16 AM_CFLAGS = \ 16 AM_CFLAGS = \
17- -Dabs_builddir="\"`pwd`\"" \ 17- -Dabs_builddir="\"`pwd`\"" \