summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gnome/gconf_3.2.6.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-04-19 12:22:57 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-22 14:45:04 +0100
commit5460086c453d966500f692e19bd9a9d8353e03de (patch)
treeb5472f4f53f5bd942f0ea0cfa781f9e9b7502c1d /meta/recipes-gnome/gnome/gconf_3.2.6.bb
parent824962fcf2f9000f60118cb3496c1bcad195b757 (diff)
downloadpoky-5460086c453d966500f692e19bd9a9d8353e03de.tar.gz
gconf: silence some spurious errors
The postinstalls were producing errors like this: (gconftool-2.real:10095): GConf-WARNING **: Client failed to connect to the D-BUS daemon: Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead These are harmless but distracting, so take a patch from upstream to silence them. (From OE-Core rev: bc0a4f6e4d01d5912c2589efa9b69d7eda462f73) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gnome/gconf_3.2.6.bb')
-rw-r--r--meta/recipes-gnome/gnome/gconf_3.2.6.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gnome/gconf_3.2.6.bb b/meta/recipes-gnome/gnome/gconf_3.2.6.bb
index a245fa234c..a1843d5b04 100644
--- a/meta/recipes-gnome/gnome/gconf_3.2.6.bb
+++ b/meta/recipes-gnome/gnome/gconf_3.2.6.bb
@@ -12,6 +12,7 @@ inherit gnomebase gtk-doc
12 12
13SRC_URI = "${GNOME_MIRROR}/GConf/${@gnome_verdir("${PV}")}/GConf-${PV}.tar.xz;name=archive \ 13SRC_URI = "${GNOME_MIRROR}/GConf/${@gnome_verdir("${PV}")}/GConf-${PV}.tar.xz;name=archive \
14 file://remove_plus_from_invalid_characters_list.patch \ 14 file://remove_plus_from_invalid_characters_list.patch \
15 file://unable-connect-dbus.patch \
15" 16"
16 17
17SRC_URI[archive.md5sum] = "2b16996d0e4b112856ee5c59130e822c" 18SRC_URI[archive.md5sum] = "2b16996d0e4b112856ee5c59130e822c"