From patchwork Fri Feb 27 09:19:22 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Porcedda X-Patchwork-Id: 444228 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id AA352140111 for ; Fri, 27 Feb 2015 20:19:50 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=gmail.com header.i=@gmail.com header.b=V1WOOJ3y; dkim-adsp=none (unprotected policy); dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 0568533A7C; Fri, 27 Feb 2015 09:19:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xjYaiT1C8To1; Fri, 27 Feb 2015 09:19:45 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id BA26A33644; Fri, 27 Feb 2015 09:19:43 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 694D11C21E0 for ; Fri, 27 Feb 2015 09:19:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 588A732E85 for ; Fri, 27 Feb 2015 09:19:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dIPxzmLnziGB for ; Fri, 27 Feb 2015 09:19:36 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f53.google.com (mail-wg0-f53.google.com [74.125.82.53]) by silver.osuosl.org (Postfix) with ESMTPS id 7979932231 for ; Fri, 27 Feb 2015 09:19:36 +0000 (UTC) Received: by wggy19 with SMTP id y19so18622592wgg.13 for ; Fri, 27 Feb 2015 01:19:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:in-reply-to:references; bh=R3f14toxiummG1WTalNDIqQrGFBud9Zs13S+/hAYA5k=; b=V1WOOJ3yIi/BIqAeGjyJqEfMpFdFvyOt/fiSkLLHlMsp+P5pYM/K/dfdRx6Gaaokme zfTslkGLM+kUu9R2M81UMmkif3JdXbxwpl9Yzkdkio8jEh6T0Q2CUQMttZEjawbfhgJE GphI8yoZDrl4e2nPo8uLrhZbj6CZl2LoM+nGkzK6zRSfuu+eN94/RT9I/7BQaMcHt27Z q9WaQArGROusZM7d32jHu7WmkSx68HQGQT5hpK0+bxPiY57wABfcM9tyHpetM9ThD8Xd gtR/0kJCaj+zshveI+cZsHjyI2fz/Bz2/6kgISz0rgT3sKRz2TlAl5iO65/gcZDIc32B Y6Pg== X-Received: by 10.194.59.209 with SMTP id b17mr24537078wjr.67.1425028775182; Fri, 27 Feb 2015 01:19:35 -0800 (PST) Received: from ld2077.tmt.telital.com ([213.205.6.118]) by mx.google.com with ESMTPSA id lu13sm1923525wic.10.2015.02.27.01.19.32 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 27 Feb 2015 01:19:33 -0800 (PST) From: Fabio Porcedda To: buildroot@uclibc.org Date: Fri, 27 Feb 2015 10:19:22 +0100 Message-Id: <1425028764-1146-6-git-send-email-fabio.porcedda@gmail.com> X-Mailer: git-send-email 2.3.0 In-Reply-To: <1425028764-1146-1-git-send-email-fabio.porcedda@gmail.com> References: <1425028764-1146-1-git-send-email-fabio.porcedda@gmail.com> Subject: [Buildroot] [PATCH 5/7] freetype: host-freetype-patch requires host-automake X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" The "make host-freetype-patch" fails because using the autogen.sh script it doesn't found the autoconf tool, the problem was already fixed for "make freetype-patch" adding the "host-automake" as a prerequisite to freetype-patch, so fix it by adding "host-automake" as a prerequisite to "host-freetype-patch" too. Fix build failure: running `autoconf --force' ./autogen.sh: line 15: autoconf: command not found error while running `autoconf --force' package/pkg-generic.mk:146: recipe for target 'buildroot/output/build/host-freetype-2.5.5/.stamp_patched' failed Signed-off-by: Fabio Porcedda --- package/freetype/freetype.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package/freetype/freetype.mk b/package/freetype/freetype.mk index 0de5ce3..56274cb 100644 --- a/package/freetype/freetype.mk +++ b/package/freetype/freetype.mk @@ -98,6 +98,7 @@ HOST_FREETYPE_POST_INSTALL_HOOKS += HOST_FREETYPE_FIX_FREETYPE_INCLUDE $(eval $(autotools-package)) $(eval $(host-autotools-package)) -# freetype-patch uses autogen.sh so add it as a order-only-prerequisite -# because it is a phony target. -$(FREETYPE_TARGET_PATCH): | host-automake +# freetype-patch and host-freetype-patch use autogen.sh so add +# host-automake as a order-only-prerequisite because it is a phony +# target. +$(FREETYPE_TARGET_PATCH) $(HOST_FREETYPE_TARGET_PATCH): | host-automake