[oe-commits] Angus Ainslie : frameworkd : bump srcrev and patch dbuscache

GIT User account git at amethyst.openembedded.net
Fri May 8 15:24:06 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 8ed127ca381d232067338ce252bb93888a43eb69
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8ed127ca381d232067338ce252bb93888a43eb69

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Fri May  8 09:12:20 2009 -0600

frameworkd : bump srcrev and patch dbuscache

---

 conf/distro/include/sane-srcrevs.inc             |    2 +-
 recipes/freesmartphone/frameworkd/dbuscache.diff |   11 +++++++++++
 recipes/freesmartphone/frameworkd_git.bb         |    3 ++-
 3 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index c7ff1dc..14ba5bd 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -50,7 +50,7 @@ SRCREV_pn-epydial ?= "215"
 SRCREV_pn-etk-theme-ninja ?= "5"
 SRCREV_pn-fbgrab-viewer-native ?= "1943"
 SRCREV_pn-flashrom ?= "3682"
-SRCREV_pn-frameworkd ?= "c25b50f5edea4d002846f97188da18efc29a9e6c"
+SRCREV_pn-frameworkd ?= "71c1645a8160cb39b64fca40f7a3f779ef84116f"
 SRCREV_pn-frameworkd-devel ?= "${SRCREV_pn-frameworkd}"
 SRCREV_pn-fsod ?= "3fa5eb6f2edcf7c9f0fc2027fda47b91d9f0f136"
 SRCREV_pn-fso-abyss ?= "6ed342f833930474ac506cbaad705c0d8beaa71f"
diff --git a/recipes/freesmartphone/frameworkd/dbuscache.diff b/recipes/freesmartphone/frameworkd/dbuscache.diff
new file mode 100644
index 0000000..a62b2bf
--- /dev/null
+++ b/recipes/freesmartphone/frameworkd/dbuscache.diff
@@ -0,0 +1,11 @@
+--- git/framework/patterns/dbuscache.py.orig	2009-05-08 08:44:12.000000000 -0600
++++ git/framework/patterns/dbuscache.py	2009-05-08 08:44:46.000000000 -0600
+@@ -30,7 +30,7 @@
+         try:
+             obj = _objects[ ( service, object ) ]
+         except KeyError:
+-            obj = _objects[ ( service, object ) ] = _bus.get_object( service, object, introspect=False, follow_name_owner_changes=False )
++            obj = _objects[ ( service, object ) ] = _bus.get_object( service, object, introspect=False, follow_name_owner_changes=True )
+         iface = _ifaces[ ( service, object, interface ) ] = dbus.Interface( obj, interface )
+ 
+     return iface
diff --git a/recipes/freesmartphone/frameworkd_git.bb b/recipes/freesmartphone/frameworkd_git.bb
index e089a53..e3b6c1c 100644
--- a/recipes/freesmartphone/frameworkd_git.bb
+++ b/recipes/freesmartphone/frameworkd_git.bb
@@ -5,7 +5,7 @@ SECTION = "console/network"
 DEPENDS = "python-cython-native python-pyrex-native"
 LICENSE = "GPL"
 PV = "0.8.5.1+gitr${SRCREV}"
-PR = "r2"
+PR = "r3"
 
 inherit distutils update-rc.d
 
@@ -15,6 +15,7 @@ INITSCRIPT_PARAMS = "defaults 29"
 SRC_URI = "${FREESMARTPHONE_GIT}/framework.git;protocol=git;branch=master \
            file://frameworkd \
            file://frameworkd.conf \
+	   file://dbuscache.diff;patch=0 \
 	   "
 S = "${WORKDIR}/git"
 





More information about the Openembedded-commits mailing list