summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dbus/dbus-1.6.8/test-run-path.patch
diff options
context:
space:
mode:
authorCristian Iorga <cristian.iorga@intel.com>2013-01-17 15:16:37 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-21 10:22:09 +0000
commitbac53df5e53ebe26cf2d267a30ab1bbdccd3b541 (patch)
tree6f9654d345ac03f9b33fb779e2b83f454e2c5b23 /meta/recipes-core/dbus/dbus-1.6.8/test-run-path.patch
parent21d04932de99056fbbff69c510c5599c2c851837 (diff)
downloadpoky-bac53df5e53ebe26cf2d267a30ab1bbdccd3b541.tar.gz
dbus: upgrade to 1.6.8
dbus, dbus-ptest upgraded to v1.6.8 (From OE-Core rev: 272661a7fca7e0ee8f6b0d7a4ba97f09a82a540e) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/dbus/dbus-1.6.8/test-run-path.patch')
-rw-r--r--meta/recipes-core/dbus/dbus-1.6.8/test-run-path.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-core/dbus/dbus-1.6.8/test-run-path.patch b/meta/recipes-core/dbus/dbus-1.6.8/test-run-path.patch
new file mode 100644
index 0000000000..5c08c9354a
--- /dev/null
+++ b/meta/recipes-core/dbus/dbus-1.6.8/test-run-path.patch
@@ -0,0 +1,26 @@
1
2
3Signed-off-by: Björn Stenberg <bjst@enea.com>
4Upstream-Status: Pending
5
6--- a/test/Makefile.am 2012-06-15 15:25:43.000000000 +0200
7+++ b/test/Makefile.am 2012-11-16 09:24:44.263140840 +0100
8@@ -119,12 +119,13 @@
9 DBUS_TEST_HOMEDIR=@abs_top_builddir@/dbus \
10 DBUS_TEST_SYSCONFDIR=$(DESTDIR)$(sysconfdir)
11
12+ptest_run_dir = ..
13+
14 TESTS_ENVIRONMENT = \
15- DBUS_BLOCK_ON_ABORT=1 \
16- DBUS_FATAL_WARNINGS=1 \
17- DBUS_TEST_DAEMON=@abs_top_builddir@/bus/dbus-daemon$(EXEEXT) \
18- DBUS_TEST_DATA=@abs_top_builddir@/test/data \
19- DBUS_TEST_HOMEDIR=@abs_top_builddir@/dbus \
20+ DBUS_FATAL_WARNINGS=0 \
21+ DBUS_TEST_DAEMON=$(ptest_run_dir)/bus/dbus-daemon$(EXEEXT) \
22+ DBUS_TEST_DATA=$(ptest_run_dir)/test/data \
23+ DBUS_TEST_HOMEDIR=$(ptest_run_dir)/dbus \
24 $(NULL)
25
26 test_corrupt_SOURCES = corrupt.c