diff options
| author | Mihaela Sendrea <mihaela.sendrea@enea.com> | 2014-05-30 16:27:03 +0200 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-06-03 11:20:50 -0400 |
| commit | 669c07a02fbb190c3f1b73fe4d9cf62c67dc4f7b (patch) | |
| tree | ff2e44e8a38c13862b7c8ba4efdc104d0ed743ca | |
| parent | abf028895344a0e485fa194e5cac8bd7006c670b (diff) | |
| download | meta-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.patch | 2 |
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`\"" \ |
