[oe-commits] Angus Ainslie : dbus: add a permissive patch. This should be fixed correctly at some point

git version control git at git.openembedded.org
Mon Jun 8 18:38:58 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: 0ee75e746d4337fc6b09dc85980a6da306cc44ad
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0ee75e746d4337fc6b09dc85980a6da306cc44ad

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Mon Jun  8 12:18:09 2009 -0600

dbus: add a permissive patch. This should be fixed correctly at some point

---

 recipes/dbus/dbus-1.2.14/permissive.patch |   11 +++++++++++
 recipes/dbus/dbus_1.2.14.bb               |    3 ++-
 2 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/recipes/dbus/dbus-1.2.14/permissive.patch b/recipes/dbus/dbus-1.2.14/permissive.patch
new file mode 100644
index 0000000..c8d17e0
--- /dev/null
+++ b/recipes/dbus/dbus-1.2.14/permissive.patch
@@ -0,0 +1,11 @@
+--- /usr/src/openmoko/unstable-build/work/armv4t-angstrom-linux-gnueabi/dbus-1.2.14-r1/dbus-1.2.14/bus/system.conf.in	2009-05-06 10:19:43.000000000 -0600
++++ dbus-1.2.4.6/bus/system.conf.in	2009-05-06 11:26:47.000000000 -0600
+@@ -48,7 +48,7 @@
+     <!-- Holes must be punched in service configuration files for
+          name ownership and sending method calls -->
+     <deny own="*"/>
+-    <deny send_type="method_call"/>
++    <allow send_type="method_call" log="true"/>
+ 
+     <!-- Signals and reply messages (method returns, errors) are allowed
+          by default -->
diff --git a/recipes/dbus/dbus_1.2.14.bb b/recipes/dbus/dbus_1.2.14.bb
index 35e24bf..6f39acf 100644
--- a/recipes/dbus/dbus_1.2.14.bb
+++ b/recipes/dbus/dbus_1.2.14.bb
@@ -1,4 +1,5 @@
 include dbus.inc
-SRC_URI += "file://0002-Fix-Pending-Connections-Bug.patch;patch=1"
+SRC_URI += "file://0002-Fix-Pending-Connections-Bug.patch;patch=1 \
+	file://permissive.patch;patch=1"
 
 PR = "${INC_PR}.1"





More information about the Openembedded-commits mailing list