summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dbus
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-23 12:24:43 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-24 00:12:02 +0000
commite7caf3d1bc8a85322b532289fdf964379a3396e2 (patch)
treebcc37324f0ffb004a5f2428b03397ab824462997 /meta/recipes-core/dbus
parentfa10f797e3729f32f4444273bc117983592cf15a (diff)
downloadpoky-e7caf3d1bc8a85322b532289fdf964379a3396e2.tar.gz
dbus-glib: Correctly package bash completion pieces to avoid QA warning
WARNING: For recipe dbus-glib, the following files/directories were installed but not shipped in any package: WARNING: /etc WARNING: /etc/bash_completion.d WARNING: /etc/bash_completion.d/dbus-bash-completion.sh WARNING: /usr/libexec/dbus-bash-completion-helper (From OE-Core rev: 8f0d188df4aaccc3fd4911f12c532f81ae9714a7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/dbus')
-rw-r--r--meta/recipes-core/dbus/dbus-glib.inc4
-rw-r--r--meta/recipes-core/dbus/dbus-glib_0.92.bb2
2 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-core/dbus/dbus-glib.inc b/meta/recipes-core/dbus/dbus-glib.inc
index 80f68c8c19..da2845af02 100644
--- a/meta/recipes-core/dbus/dbus-glib.inc
+++ b/meta/recipes-core/dbus/dbus-glib.inc
@@ -19,8 +19,10 @@ 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
22PACKAGES += "${PN}-bash-completion"
23
22FILES_${PN} = "${libdir}/lib*${SOLIBS}" 24FILES_${PN} = "${libdir}/lib*${SOLIBS}"
23FILES_${PN}-bash_completion = "${sysconfdir}/bash_completion.d/dbus-bash-completion.sh \ 25FILES_${PN}-bash-completion = "${sysconfdir}/bash_completion.d/dbus-bash-completion.sh \
24 ${libexecdir}/dbus-bash-completion-helper" 26 ${libexecdir}/dbus-bash-completion-helper"
25FILES_${PN}-dev += "${libdir}/dbus-1.0/include ${bindir}/dbus-glib-tool" 27FILES_${PN}-dev += "${libdir}/dbus-1.0/include ${bindir}/dbus-glib-tool"
26FILES_${PN}-dev += "${bindir}/dbus-binding-tool" 28FILES_${PN}-dev += "${bindir}/dbus-binding-tool"
diff --git a/meta/recipes-core/dbus/dbus-glib_0.92.bb b/meta/recipes-core/dbus/dbus-glib_0.92.bb
index c7266d4aa8..988625b90c 100644
--- a/meta/recipes-core/dbus/dbus-glib_0.92.bb
+++ b/meta/recipes-core/dbus/dbus-glib_0.92.bb
@@ -1,6 +1,6 @@
1require dbus-glib.inc 1require dbus-glib.inc
2 2
3PR = "r1" 3PR = "r2"
4 4
5SRC_URI[md5sum] = "b595b36890c4f9f8f5d5dec131c495f8" 5SRC_URI[md5sum] = "b595b36890c4f9f8f5d5dec131c495f8"
6SRC_URI[sha256sum] = "5a7fd4cf937cdcb7f2eed61341b70ee0f2607450a50db381618598adf60dd40e" 6SRC_URI[sha256sum] = "5a7fd4cf937cdcb7f2eed61341b70ee0f2607450a50db381618598adf60dd40e"