From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [212.227.126.187] (helo=moutng.kundenserver.de) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1M4WCQ-0004Ej-1i for openembedded-devel@lists.openembedded.org; Thu, 14 May 2009 10:21:54 +0200 Received: from localhost.localdomain (port-87-234-225-18.static.qsc.de [87.234.225.18]) by mrelayeu.kundenserver.de (node=mreu1) with ESMTP (Nemesis) id 0MKv1o-1M4W5n1BBy-000jZo; Thu, 14 May 2009 10:15:03 +0200 Received: from christian.taskit.de (unknown [192.168.4.114]) by localhost.localdomain (Postfix) with ESMTP id 969847B7F0 for ; Thu, 14 May 2009 10:13:05 +0200 (CEST) Date: Thu, 14 May 2009 10:15:02 +0200 From: Christian Glindkamp To: openembedded-devel@lists.openembedded.org Message-ID: <20090514101502.133dd3e0@christian.taskit.de> X-Mailer: Claws Mail 3.7.1 (GTK+ 2.14.4; i486-pc-linux-gnu) Mime-Version: 1.0 X-Provags-ID: V01U2FsdGVkX1+wgeqiqc1biIKKecnNIfnFpbfSdQvVtp7QIIo NRS/lbEAX1RBN9jSRRZRBDT/9JcHLj4bkRlo9stk6u0XZ13gPw z2CLQzYcczrH7BfkfXWsQ== Subject: [PATCH] cacao: add missing patch X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 May 2009 08:22:00 -0000 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 --- .../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