summaryrefslogtreecommitdiffstats
path: root/meta/packages/gnome
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2008-01-24 15:54:33 +0000
committerRoss Burton <ross@openedhand.com>2008-01-24 15:54:33 +0000
commit101aab03ca9a6af74cfb99c6556569eb32c8f70c (patch)
tree33aa3a699c8247739078b59b471244762dc55e4e /meta/packages/gnome
parent7d85c6b9e76cb6bdecca763c2362eb1e58522d00 (diff)
downloadpoky-101aab03ca9a6af74cfb99c6556569eb32c8f70c.tar.gz
gconf-dbus: fix watch expressions so that every client doesn't get the server messages
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3586 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gnome')
-rw-r--r--meta/packages/gnome/gconf-dbus/notify-fix.patch13
-rw-r--r--meta/packages/gnome/gconf-dbus_svn.bb5
2 files changed, 16 insertions, 2 deletions
diff --git a/meta/packages/gnome/gconf-dbus/notify-fix.patch b/meta/packages/gnome/gconf-dbus/notify-fix.patch
new file mode 100644
index 0000000000..278b64acc6
--- /dev/null
+++ b/meta/packages/gnome/gconf-dbus/notify-fix.patch
@@ -0,0 +1,13 @@
1Index: gconf/gconf-dbus.c
2===================================================================
3--- gconf/gconf-dbus.c (revision 635)
4+++ gconf/gconf-dbus.c (working copy)
5@@ -45,7 +45,7 @@
6 #define DAEMON_NAME_OWNER_CHANGED_RULE \
7 "type='signal',member='NameOwnerChanged',arg0='org.gnome.GConf'"
8 #define NOTIFY_RULE \
9- "type='method_call',interface='org.gnome.GConf.Database'"
10+ "type='method_call',interface='org.gnome.GConf.Database',member='Notify'"
11 #define DAEMON_DISCONNECTED_RULE \
12 "type='signal',member='Disconnected'"
13
diff --git a/meta/packages/gnome/gconf-dbus_svn.bb b/meta/packages/gnome/gconf-dbus_svn.bb
index 0159aaa573..dc9062c0e6 100644
--- a/meta/packages/gnome/gconf-dbus_svn.bb
+++ b/meta/packages/gnome/gconf-dbus_svn.bb
@@ -7,9 +7,10 @@ RPROVIDES_${PN} = "gconf"
7RPROVIDES_${PN}-dev = "gconf-dev" 7RPROVIDES_${PN}-dev = "gconf-dev"
8 8
9PV = "2.16.0+svnr${SRCREV}" 9PV = "2.16.0+svnr${SRCREV}"
10PR = "r4" 10PR = "r5"
11 11
12SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http" 12SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http \
13 file://notify-fix.patch;patch=1;pnum=0"
13 14
14inherit pkgconfig autotools 15inherit pkgconfig autotools
15S = "${WORKDIR}/trunk" 16S = "${WORKDIR}/trunk"