diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-10-26 21:43:17 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-31 22:03:23 +0000 |
commit | bc5f42ad43c693e8c2d22a8a06256781c8b15a7f (patch) | |
tree | f3eb89f6f86477dd76495fdbe1f6d5c53d176933 /meta/recipes-core | |
parent | 165f0f6ce9a5206ecdac932ba1b8d0c8d653155e (diff) | |
download | poky-bc5f42ad43c693e8c2d22a8a06256781c8b15a7f.tar.gz |
dbus-glib: fix QA Packaging issues
(From OE-Core rev: 1f55db4936b43e2fd3e50f99815b547e3c5e8010)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/dbus/dbus-glib.inc | 4 | ||||
-rw-r--r-- | meta/recipes-core/dbus/dbus-glib_0.92.bb | 2 |
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 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" |
20 | EXTRA_OECONF_virtclass-native = "--with-introspect-xml=${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml" | 20 | EXTRA_OECONF_virtclass-native = "--with-introspect-xml=${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml" |
21 | 21 | ||
22 | FILES_${PN} = "${libdir}/lib*.so.*" | 22 | FILES_${PN} = "${libdir}/lib*${SOLIBS}" |
23 | FILES_${PN}-bash_completion = "${sysconfdir}/bash_completion.d/dbus-bash-completion.sh \ | ||
24 | ${libexecdir}/dbus-bash-completion-helper" | ||
23 | FILES_${PN}-dev += "${libdir}/dbus-1.0/include ${bindir}/dbus-glib-tool" | 25 | FILES_${PN}-dev += "${libdir}/dbus-1.0/include ${bindir}/dbus-glib-tool" |
24 | FILES_${PN}-dev += "${bindir}/dbus-binding-tool" | 26 | FILES_${PN}-dev += "${bindir}/dbus-binding-tool" |
25 | 27 | ||
diff --git a/meta/recipes-core/dbus/dbus-glib_0.92.bb b/meta/recipes-core/dbus/dbus-glib_0.92.bb index 72bea89825..c7266d4aa8 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 @@ | |||
1 | require dbus-glib.inc | 1 | require dbus-glib.inc |
2 | 2 | ||
3 | PR = "r0" | 3 | PR = "r1" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "b595b36890c4f9f8f5d5dec131c495f8" | 5 | SRC_URI[md5sum] = "b595b36890c4f9f8f5d5dec131c495f8" |
6 | SRC_URI[sha256sum] = "5a7fd4cf937cdcb7f2eed61341b70ee0f2607450a50db381618598adf60dd40e" | 6 | SRC_URI[sha256sum] = "5a7fd4cf937cdcb7f2eed61341b70ee0f2607450a50db381618598adf60dd40e" |