diff options
author | Ross Burton <ross@openedhand.com> | 2008-01-24 15:54:33 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-01-24 15:54:33 +0000 |
commit | 101aab03ca9a6af74cfb99c6556569eb32c8f70c (patch) | |
tree | 33aa3a699c8247739078b59b471244762dc55e4e /meta/packages/gnome | |
parent | 7d85c6b9e76cb6bdecca763c2362eb1e58522d00 (diff) | |
download | poky-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.patch | 13 | ||||
-rw-r--r-- | meta/packages/gnome/gconf-dbus_svn.bb | 5 |
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 @@ | |||
1 | Index: 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" | |||
7 | RPROVIDES_${PN}-dev = "gconf-dev" | 7 | RPROVIDES_${PN}-dev = "gconf-dev" |
8 | 8 | ||
9 | PV = "2.16.0+svnr${SRCREV}" | 9 | PV = "2.16.0+svnr${SRCREV}" |
10 | PR = "r4" | 10 | PR = "r5" |
11 | 11 | ||
12 | SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http" | 12 | SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http \ |
13 | file://notify-fix.patch;patch=1;pnum=0" | ||
13 | 14 | ||
14 | inherit pkgconfig autotools | 15 | inherit pkgconfig autotools |
15 | S = "${WORKDIR}/trunk" | 16 | S = "${WORKDIR}/trunk" |