From: Christian Glindkamp <christian.glindkamp@taskit.de>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH] cacao: add missing patch
Date: Thu, 14 May 2009 10:15:02 +0200 [thread overview]
Message-ID: <20090514101502.133dd3e0@christian.taskit.de> (raw)
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@taskit.de>
---
.../files/cacao-disable-stackbase-check.patch | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
create mode 100644 recipes/cacao/files/cacao-disable-stackbase-check.patch
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;
+ }
+
--
1.5.6.5
next reply other threads:[~2009-05-14 8:21 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-14 8:15 Christian Glindkamp [this message]
2009-05-14 9:31 ` [PATCH] cacao: add missing patch Robert Schuster
2009-05-15 8:11 ` Christian Glindkamp
2009-05-26 8:05 ` Christian Glindkamp
2009-05-26 14:07 ` [PATCH] [STABLE] " Philip Balister
2009-05-26 14:44 ` Christian Glindkamp
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090514101502.133dd3e0@christian.taskit.de \
--to=christian.glindkamp@taskit.de \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.