[oe-commits] Christian Glindkamp : cacao: add missing patch

git version control git at git.openembedded.org
Tue Jun 9 08:22:22 UTC 2009


Module: openembedded.git
Branch: stable/2009
Commit: 32835243e599d631d93f676b1b5d23d4e19981a4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=32835243e599d631d93f676b1b5d23d4e19981a4

Author: Christian Glindkamp <christian.glindkamp at taskit.de>
Date:   Tue May 26 04:39:16 2009 +0000

cacao: add missing patch

In revision af5fcda66139e002d098c0df952b43c455806aba the patch
cacao-disable-stackbase-check.patch was added to SRC_URI of all
cacao recipes without committing the patch itself. This patch
adds it to make cacao buildable again. The patch comes from the
jalimo overlay.

Signed-off-by: Christian Glindkamp <christian.glindkamp at taskit.de>
Acked-by: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>

---

 .../files/cacao-disable-stackbase-check.patch      |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/recipes/cacao/files/cacao-disable-stackbase-check.patch b/recipes/cacao/files/cacao-disable-stackbase-check.patch
new file mode 100644
index 0000000..8eb2089
--- /dev/null
+++ b/recipes/cacao/files/cacao-disable-stackbase-check.patch
@@ -0,0 +1,12 @@
+Index: cacao-0.99.3+hg20090109/src/mm/boehm-gc/os_dep.c
+===================================================================
+--- cacao-0.99.3+hg20090109.orig/src/mm/boehm-gc/os_dep.c	2009-02-15 16:29:15.000000000 +0100
++++ cacao-0.99.3+hg20090109/src/mm/boehm-gc/os_dep.c	2009-02-15 16:29:24.000000000 +0100
+@@ -1077,7 +1077,6 @@
+       c = stat_buf[buf_offset++];
+     }
+     close(f);
+-    if (result < 0x10000000) ABORT("Absurd stack bottom value");
+     return (ptr_t)result;
+   }
+ 





More information about the Openembedded-commits mailing list