From patchwork Wed May 15 07:38:45 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Kim_H=C3=B8jgaard-Hansen?= X-Patchwork-Id: 243921 X-Patchwork-Delegate: esben@haabendal.dk Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hugin.dotsrc.org (hugin.dotsrc.org [IPv6:2001:878:346::102]) by ozlabs.org (Postfix) with ESMTP id 5E0132C00AE for ; Wed, 15 May 2013 17:56:18 +1000 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 108FC3F8A6 for ; Wed, 15 May 2013 09:56:17 +0200 (CEST) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from oe-lite.localdomain (static.226.158.9.5.clients.your-server.de [5.9.158.226]) by hugin.dotsrc.org (Postfix) with ESMTP id ABFB43FD0B for ; Wed, 15 May 2013 09:54:02 +0200 (CEST) Received: by oe-lite.localdomain (Postfix, from userid 1000) id 1CA892183E; Wed, 15 May 2013 07:38:50 +0000 (UTC) From: =?UTF-8?q?Kim=20H=C3=B8jgaard-Hansen?= To: dev@oe-lite.org Subject: [PATCH 1/2] depend on native make-3.81 to avoid problems caused by newer versions Date: Wed, 15 May 2013 07:38:45 +0000 Message-Id: X-Mailer: git-send-email 1.8.2.1 In-Reply-To: References: X-Mailman-Approved-At: Wed, 15 May 2013 09:56:15 +0200 Cc: =?UTF-8?q?Kim=20H=C3=B8jgaard-Hansen?= X-BeenThere: dev@oe-lite.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: OE-lite development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org --- recipes/crosstool-ng/crosstool-ng_1.17.0.oe | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes/crosstool-ng/crosstool-ng_1.17.0.oe b/recipes/crosstool-ng/crosstool-ng_1.17.0.oe index 4dd702a..c0d4da3 100644 --- a/recipes/crosstool-ng/crosstool-ng_1.17.0.oe +++ b/recipes/crosstool-ng/crosstool-ng_1.17.0.oe @@ -18,6 +18,10 @@ SRC_URI += "file://eglibc-2_16-typedef-caddr.patch" SRC_URI += "file://uclibceabi-instead-of-uclibcgnueabi.patch" SRC_URI += "file://uclibc-target-cflags-fixup.patch" +#We have to use make_3.81 for now, since 3.82 makes at least +#glibc install fail, trying to install headers to / +DEPENDS += "native:make_3.81" + # For some odd reason, ct-NG configure scripts end up setting make path # to just "make" and not the full path. And even more odd, this breaks # build by (oddest of all) GMP configure hang in conftest.make execution.