summaryrefslogtreecommitdiffstats
path: root/meta/packages/opensync/libsyncml
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-10-20 13:18:49 +0000
committerRichard Purdie <richard@openedhand.com>2008-10-20 13:18:49 +0000
commit7a0ee99499ac8e325e5699edaa744a290c70cc98 (patch)
tree1ccfbadac068a58cf929ca169174d32dc116022b /meta/packages/opensync/libsyncml
parent78fd54f3714a2612c0fa6142c8259151dde45e1d (diff)
downloadpoky-7a0ee99499ac8e325e5699edaa744a290c70cc98.tar.gz
libsyncml: Remove insane piece of strange assembler
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5548 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/opensync/libsyncml')
-rw-r--r--meta/packages/opensync/libsyncml/remove-insane-assembler.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/packages/opensync/libsyncml/remove-insane-assembler.patch b/meta/packages/opensync/libsyncml/remove-insane-assembler.patch
new file mode 100644
index 0000000000..ad3ba01a2c
--- /dev/null
+++ b/meta/packages/opensync/libsyncml/remove-insane-assembler.patch
@@ -0,0 +1,12 @@
1Index: libsyncml-0.4.7/tests/check_http.c
2===================================================================
3--- libsyncml-0.4.7.orig/tests/check_http.c 2008-10-20 14:16:26.000000000 +0100
4+++ libsyncml-0.4.7/tests/check_http.c 2008-10-20 14:16:53.000000000 +0100
5@@ -221,7 +221,6 @@
6
7 break;
8 default:
9- __asm__("int $3");
10 fail(NULL);
11 }
12