mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
Remove useless fix-segfault patch that just spews to the console
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1352 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,11 +0,0 @@
|
|||||||
--- /tmp/dbus-marshal-recursive.c 2006-07-28 14:58:08.000000000 +0200
|
|
||||||
+++ dbus-0.90/dbus/dbus-marshal-recursive.c 2006-07-28 14:58:18.724411000 +0200
|
|
||||||
@@ -1294,7 +1294,7 @@
|
|
||||||
_dbus_string_get_length (&block->replacement) - block->padding,
|
|
||||||
&fixups))
|
|
||||||
goto oom;
|
|
||||||
-
|
|
||||||
+printf("%s(%d)""got here", __FILE__, __LINE__);
|
|
||||||
#if RECURSIVE_MARSHAL_WRITE_TRACE
|
|
||||||
_dbus_verbose ("REPLACEMENT at padding %d len %d\n", block->padding,
|
|
||||||
_dbus_string_get_length (&block->replacement) - block->padding);
|
|
||||||
@@ -11,7 +11,6 @@ PR = "r1"
|
|||||||
SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
|
SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
|
||||||
file://tmpdir.patch;patch=1 \
|
file://tmpdir.patch;patch=1 \
|
||||||
file://dbus-1.init \
|
file://dbus-1.init \
|
||||||
file://fix-segfault.patch;patch=1 \
|
|
||||||
file://cross.patch;patch=1 \
|
file://cross.patch;patch=1 \
|
||||||
file://fix-install-daemon.patch;patch=1"
|
file://fix-install-daemon.patch;patch=1"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user