[oe-commits] org.oe.dev dbus: add patch by Rob Taylor, inspired by Rob McQueen to fix waitpid problems

koen commit openembedded-commits at lists.openembedded.org
Mon Feb 5 17:59:44 UTC 2007


dbus: add patch by Rob Taylor, inspired by Rob McQueen to fix waitpid problems

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: f18d11c9432467729c1a77210ed34d71180b45d2
ViewMTN: http://monotone.openembedded.org/revision.psp?id=f18d11c9432467729c1a77210ed34d71180b45d2
Files:
1
packages/dbus/dbus-1.0.2/fix-waitpid.patch
packages/dbus/dbus_1.0.2.bb
Diffs:

#
# mt diff -rabecc468f9114a3e6b824992af78e2b44adaa389 -rf18d11c9432467729c1a77210ed34d71180b45d2
#
# 
# 
# add_file "packages/dbus/dbus-1.0.2/fix-waitpid.patch"
#  content [170cd83f6af4ab89522dd6f3d88a6079a3ddcb21]
# 
# patch "packages/dbus/dbus_1.0.2.bb"
#  from [6ed19ca20d60c52cb6cc1d84d8d604df92d23261]
#    to [3c61bea1f5b14d729a812b56d55a0a6be9b36a38]
# 
============================================================
--- packages/dbus/dbus-1.0.2/fix-waitpid.patch	170cd83f6af4ab89522dd6f3d88a6079a3ddcb21
+++ packages/dbus/dbus-1.0.2/fix-waitpid.patch	170cd83f6af4ab89522dd6f3d88a6079a3ddcb21
@@ -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)
============================================================
--- packages/dbus/dbus_1.0.2.bb	6ed19ca20d60c52cb6cc1d84d8d604df92d23261
+++ packages/dbus/dbus_1.0.2.bb	3c61bea1f5b14d729a812b56d55a0a6be9b36a38
@@ -1,3 +1,5 @@ require dbus.inc
 require dbus.inc
 
+SRC_URI += " file://fix-waitpid.patch;patch=1"
+
+PR = "r2"
-PR = "r1"






More information about the Openembedded-commits mailing list