summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dbus
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/dbus')
-rw-r--r--meta/recipes-core/dbus/dbus-glib.inc7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-core/dbus/dbus-glib.inc b/meta/recipes-core/dbus/dbus-glib.inc
index f8c0ebe804..4661e3af53 100644
--- a/meta/recipes-core/dbus/dbus-glib.inc
+++ b/meta/recipes-core/dbus/dbus-glib.inc
@@ -15,7 +15,7 @@ SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz
15 file://test-install-makefile.patch \ 15 file://test-install-makefile.patch \
16" 16"
17 17
18inherit autotools pkgconfig gettext 18inherit autotools pkgconfig gettext bash-completion
19 19
20#default disable regression tests, some unit test code in non testing code 20#default disable regression tests, some unit test code in non testing code
21#PACKAGECONFIG_pn-${PN} = "tests" enable regression tests local.conf 21#PACKAGECONFIG_pn-${PN} = "tests" enable regression tests local.conf
@@ -26,11 +26,10 @@ EXTRA_OECONF = "--with-introspect-xml=${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-in
26 --with-dbus-binding-tool=${STAGING_BINDIR_NATIVE}/dbus-binding-tool" 26 --with-dbus-binding-tool=${STAGING_BINDIR_NATIVE}/dbus-binding-tool"
27EXTRA_OECONF_class-native = "--with-introspect-xml=${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml" 27EXTRA_OECONF_class-native = "--with-introspect-xml=${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml"
28 28
29PACKAGES += "${PN}-bash-completion ${PN}-tests" 29PACKAGES += "${PN}-tests"
30 30
31FILES_${PN} = "${libdir}/lib*${SOLIBS}" 31FILES_${PN} = "${libdir}/lib*${SOLIBS}"
32FILES_${PN}-bash-completion = "${sysconfdir}/bash_completion.d/dbus-bash-completion.sh \ 32FILES_${PN}-bash-completion += "${libexecdir}/dbus-bash-completion-helper"
33 ${libexecdir}/dbus-bash-completion-helper"
34FILES_${PN}-dev += "${libdir}/dbus-1.0/include ${bindir}/dbus-glib-tool" 33FILES_${PN}-dev += "${libdir}/dbus-1.0/include ${bindir}/dbus-glib-tool"
35FILES_${PN}-dev += "${bindir}/dbus-binding-tool" 34FILES_${PN}-dev += "${bindir}/dbus-binding-tool"
36 35