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/gconf-dbus_svn.bb | |
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/gconf-dbus_svn.bb')
-rw-r--r-- | meta/packages/gnome/gconf-dbus_svn.bb | 5 |
1 files changed, 3 insertions, 2 deletions
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" |