diff options
-rw-r--r-- | meta/recipes-core/dbus/dbus-glib.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-core/dbus/dbus-glib.inc b/meta/recipes-core/dbus/dbus-glib.inc index 973c995863..6c60d9e408 100644 --- a/meta/recipes-core/dbus/dbus-glib.inc +++ b/meta/recipes-core/dbus/dbus-glib.inc | |||
@@ -36,9 +36,9 @@ FILES_${PN}-dev += "${libdir}/dbus-1.0/include ${bindir}/dbus-glib-tool" | |||
36 | FILES_${PN}-dev += "${bindir}/dbus-binding-tool" | 36 | FILES_${PN}-dev += "${bindir}/dbus-binding-tool" |
37 | 37 | ||
38 | RDEPENDS_${PN}-tests += "dbus-x11" | 38 | RDEPENDS_${PN}-tests += "dbus-x11" |
39 | FILES_${PN}-tests = "${datadir}/${PN}/tests" | 39 | FILES_${PN}-tests = "${datadir}/${BPN}/tests" |
40 | FILES_${PN}-tests-dbg = "${datadir}/${PN}/tests/.debug/* \ | 40 | FILES_${PN}-tests-dbg = "${datadir}/${BPN}/tests/.debug/* \ |
41 | ${datadir}/${PN}/tests/core/.debug/* \ | 41 | ${datadir}/${BPN}/tests/core/.debug/* \ |
42 | ${datadir}/${PN}/tests/interfaces/.debug/*" | 42 | ${datadir}/${BPN}/tests/interfaces/.debug/*" |
43 | 43 | ||
44 | BBCLASSEXTEND = "native" | 44 | BBCLASSEXTEND = "native" |