From patchwork Sun Oct 6 08:27:46 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?b?SsOpcsO0bWUgUG91aWxsZXI=?= X-Patchwork-Id: 280833 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 750562C007C for ; Sun, 6 Oct 2013 19:28:52 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 6623F8C67A; Sun, 6 Oct 2013 08:28:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gFouCFwpUlwI; Sun, 6 Oct 2013 08:28:50 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 130528B852; Sun, 6 Oct 2013 08:28:50 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 8A2671BFA17 for ; Sun, 6 Oct 2013 08:28:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 805688B852 for ; Sun, 6 Oct 2013 08:28:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Yr6Acf6+4etu for ; Sun, 6 Oct 2013 08:28:47 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from sysmic.org (88-191-79-235.rev.poneytelecom.eu [88.191.79.235]) by whitealder.osuosl.org (Postfix) with ESMTPS id C51388B84E for ; Sun, 6 Oct 2013 08:28:47 +0000 (UTC) Received: from sysmic.org (sysmic.org [88.191.79.235]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jezz) by sysmic.org (Postfix) with ESMTPSA id B694D603F9; Sun, 6 Oct 2013 10:28:44 +0200 (CEST) From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Pouiller?= To: buildroot@busybox.net Date: Sun, 6 Oct 2013 10:27:46 +0200 Message-Id: <1381048066-18510-1-git-send-email-jezz@sysmic.org> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Cc: =?UTF-8?q?J=C3=A9r=C3=B4me=20Pouiller?= Subject: [Buildroot] [PATCH] Fix glibc dependency to gcc-intermediate X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net In commit ebc81933, we rerverted 2babed4a, but meanwhile eglibc/ was renamed glibc/ so rules eglibc-build muste renmaed glibc-build to correctly work. Signed-off-by: Jérôme Pouiller Acked-by: Thomas Petazzoni --- package/glibc/glibc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/glibc/glibc.mk b/package/glibc/glibc.mk index 998bd0f..48ff0f7 100644 --- a/package/glibc/glibc.mk +++ b/package/glibc/glibc.mk @@ -29,7 +29,7 @@ GLIBC_DEPENDENCIES += host-gawk endif # Before (e)glibc is built, we must have the second stage cross-compiler -eglibc-build: host-gcc-intermediate +glibc-build: host-gcc-intermediate GLIBC_SUBDIR = build