summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dbus/dbus-ptest_1.6.8.bb
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2013-06-25 16:14:17 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-28 09:14:05 +0100
commit5e77e098a133a662dfca9c58e87e6f6e1359e821 (patch)
treed8f51f103e1b04d0e34e78faa77c90ddf0992125 /meta/recipes-core/dbus/dbus-ptest_1.6.8.bb
parent9106cfb2f4927a96ab749f97ed268940d75c9bf8 (diff)
downloadpoky-5e77e098a133a662dfca9c58e87e6f6e1359e821.tar.gz
dbus-ptest: Install missing files
Install files from EXTRA_DIST needed for some tests. Add configure parameter with-dbus-test-dir to specify where the test tools are located. (From OE-Core rev: 330d594af9f14faf0e5770b6056f4457a033fedd) Signed-off-by: Adrian Dudau <adrian.dudau@enea.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-ptest_1.6.8.bb')
-rw-r--r--meta/recipes-core/dbus/dbus-ptest_1.6.8.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/dbus/dbus-ptest_1.6.8.bb b/meta/recipes-core/dbus/dbus-ptest_1.6.8.bb
index d00819a8dc..8d21666c57 100644
--- a/meta/recipes-core/dbus/dbus-ptest_1.6.8.bb
+++ b/meta/recipes-core/dbus/dbus-ptest_1.6.8.bb
@@ -38,6 +38,7 @@ EXTRA_OECONF = "--enable-tests \
38 --disable-libaudit \ 38 --disable-libaudit \
39 --with-xml=expat \ 39 --with-xml=expat \
40 --with-systemdsystemunitdir=${systemd_unitdir}/system/ \ 40 --with-systemdsystemunitdir=${systemd_unitdir}/system/ \
41 --with-dbus-test-dir=${PTEST_PATH} \
41 ${EXTRA_OECONF_X}" 42 ${EXTRA_OECONF_X}"
42 43
43do_install() { 44do_install() {