gconf-dbus: update srvrev and remove merged patches

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3699 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2008-02-07 14:27:08 +00:00
parent 7fcc995859
commit 950e912915
3 changed files with 2 additions and 17 deletions

View File

@@ -73,7 +73,7 @@ PREFERRED_PROVIDER_matchbox-panel ?= "matchbox-panel-2"
#
# Source dates or revisions to use:
#
SRCREV_pn-gconf-dbus ?= "625"
SRCREV_pn-gconf-dbus ?= "638"
SRCREV_pn-gtkhtml2 ?= "1144"
SRCREV_pn-web ?= "97"
SRCREV_pn-web-webkit ?= "102"

View File

@@ -1,13 +0,0 @@
Index: gconf/gconf-dbus.c
===================================================================
--- gconf/gconf-dbus.c (revision 635)
+++ gconf/gconf-dbus.c (working copy)
@@ -45,7 +45,7 @@
#define DAEMON_NAME_OWNER_CHANGED_RULE \
"type='signal',member='NameOwnerChanged',arg0='org.gnome.GConf'"
#define NOTIFY_RULE \
- "type='method_call',interface='org.gnome.GConf.Database'"
+ "type='method_call',interface='org.gnome.GConf.Database',member='Notify'"
#define DAEMON_DISCONNECTED_RULE \
"type='signal',member='Disconnected'"

View File

@@ -7,10 +7,8 @@ RPROVIDES_${PN} = "gconf"
RPROVIDES_${PN}-dev = "gconf-dev"
PV = "2.16.0+svnr${SRCREV}"
PR = "r5"
SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http \
file://notify-fix.patch;patch=1;pnum=0"
SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http"
inherit pkgconfig autotools
S = "${WORKDIR}/trunk"