dbus: add patch by Rob Taylor, inspired by Rob McQueen to fix waitpid problems
authorKoen Kooi <koen@openembedded.org>
Mon, 5 Feb 2007 17:55:45 +0000 (17:55 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 5 Feb 2007 17:55:45 +0000 (17:55 +0000)
packages/dbus/dbus-1.0.2/fix-waitpid.patch [new file with mode: 0644]
packages/dbus/dbus_1.0.2.bb

diff --git a/packages/dbus/dbus-1.0.2/fix-waitpid.patch b/packages/dbus/dbus-1.0.2/fix-waitpid.patch
new file mode 100644 (file)
index 0000000..80c4318
--- /dev/null
@@ -0,0 +1,11 @@
+--- /tmp/dbus-launch.c 2007-02-05 18:43:24.000000000 +0100
++++ dbus-1.0.2/tools/dbus-launch.c     2007-02-05 18:43:37.675251000 +0100
+@@ -622,7 +622,7 @@
+   
+   exit_with_session = FALSE;
+   config_file = NULL;
+-  
++  signal(SIGCHLD, SIG_DFL); 
+   prev_arg = NULL;
+   i = 1;
+   while (i < argc)
index 0198fa6..a660eb1 100644 (file)
@@ -1,3 +1,5 @@
 require dbus.inc
 
-PR = "r1"
+SRC_URI += " file://fix-waitpid.patch;patch=1"
+
+PR = "r2"