]> code.ossystems Code Review - openembedded-core.git/commitdiff
libsyncml: Remove insane piece of strange assembler
authorRichard Purdie <richard@openedhand.com>
Mon, 20 Oct 2008 13:18:49 +0000 (13:18 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 20 Oct 2008 13:18:49 +0000 (13:18 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5548 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/opensync/libsyncml/remove-insane-assembler.patch [new file with mode: 0644]
meta/packages/opensync/libsyncml_0.4.7.bb

diff --git a/meta/packages/opensync/libsyncml/remove-insane-assembler.patch b/meta/packages/opensync/libsyncml/remove-insane-assembler.patch
new file mode 100644 (file)
index 0000000..ad3ba01
--- /dev/null
@@ -0,0 +1,12 @@
+Index: libsyncml-0.4.7/tests/check_http.c
+===================================================================
+--- libsyncml-0.4.7.orig/tests/check_http.c    2008-10-20 14:16:26.000000000 +0100
++++ libsyncml-0.4.7/tests/check_http.c 2008-10-20 14:16:53.000000000 +0100
+@@ -221,7 +221,6 @@
+                       
+                       break;
+               default:
+-                      __asm__("int $3");
+                       fail(NULL);
+       }
+       
index 47296248a85eee08094ac9aa8e291b431d44cf28..e9e7d147543db7b5092faacab9b7c4016b0bff7c 100644 (file)
@@ -2,9 +2,11 @@ DESCRIPTION = "Libsyncml is a implementation of the SyncML protocol."
 HOMEPAGE = "http://libsyncml.opensync.org/"
 LICENSE = "LGPL"
 DEPENDS = "sed-native wbxml2 libsoup libxml2 bluez-libs openobex check"
+PR = "r1"
 
 SRC_URI = "http://libsyncml.opensync.org/download/releases/${PV}/libsyncml-${PV}.tar.bz2 \
-           file://build-in-src.patch;patch=1"
+           file://build-in-src.patch;patch=1 \
+          file://remove-insane-assembler.patch;patch=1"
 
 inherit cmake pkgconfig
 
@@ -16,3 +18,5 @@ PACKAGES += "${PN}-tools"
 
 FILES_${PN}-tools = "${bindir}"
 FILES_${PN} = "${libdir}/*.so.*"
+
+export VERBOSE=1
\ No newline at end of file