summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dbus/dbus-glib.inc
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-10-26 21:43:17 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-30 16:38:05 +0000
commit5c37b7ea47e72c57a4fc5ee9c6f27342bf200699 (patch)
tree23892f35fba6419b07f0d7635345d0c52a5e60df /meta/recipes-core/dbus/dbus-glib.inc
parent79081f46ecf12725a6aa64c4fe7b3a3612c1b66a (diff)
downloadpoky-5c37b7ea47e72c57a4fc5ee9c6f27342bf200699.tar.gz
dbus-glib: fix QA Packaging issues
(From OE-Core rev: 1f55db4936b43e2fd3e50f99815b547e3c5e8010) (From OE-Core rev: b84c1d5854052af3351f853f42c6a0e4b9918dd8) 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-glib.inc')
-rw-r--r--meta/recipes-core/dbus/dbus-glib.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/dbus/dbus-glib.inc b/meta/recipes-core/dbus/dbus-glib.inc
index 704dc04cd0..80f68c8c19 100644
--- a/meta/recipes-core/dbus/dbus-glib.inc
+++ b/meta/recipes-core/dbus/dbus-glib.inc
@@ -19,7 +19,9 @@ EXTRA_OECONF = "--with-introspect-xml=${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-in
19 --with-dbus-binding-tool=${STAGING_BINDIR_NATIVE}/dbus-binding-tool" 19 --with-dbus-binding-tool=${STAGING_BINDIR_NATIVE}/dbus-binding-tool"
20EXTRA_OECONF_virtclass-native = "--with-introspect-xml=${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml" 20EXTRA_OECONF_virtclass-native = "--with-introspect-xml=${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml"
21 21
22FILES_${PN} = "${libdir}/lib*.so.*" 22FILES_${PN} = "${libdir}/lib*${SOLIBS}"
23FILES_${PN}-bash_completion = "${sysconfdir}/bash_completion.d/dbus-bash-completion.sh \
24 ${libexecdir}/dbus-bash-completion-helper"
23FILES_${PN}-dev += "${libdir}/dbus-1.0/include ${bindir}/dbus-glib-tool" 25FILES_${PN}-dev += "${libdir}/dbus-1.0/include ${bindir}/dbus-glib-tool"
24FILES_${PN}-dev += "${bindir}/dbus-binding-tool" 26FILES_${PN}-dev += "${bindir}/dbus-binding-tool"
25 27