From patchwork Mon Feb 3 01:18:32 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Hadjinlian X-Patchwork-Id: 316051 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 993A82C0096 for ; Mon, 3 Feb 2014 12:18:50 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id E25EB8BC94; Mon, 3 Feb 2014 01:18:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NJjNBZjDBBLQ; Mon, 3 Feb 2014 01:18:48 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 6C8688B9D6; Mon, 3 Feb 2014 01:18:47 +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 8F0B31C245D for ; Mon, 3 Feb 2014 01:18:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8D7C88B881 for ; Mon, 3 Feb 2014 01:18:45 +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 MqLQunQYXJ-Z for ; Mon, 3 Feb 2014 01:18:45 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ea0-f171.google.com (mail-ea0-f171.google.com [209.85.215.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id E196D8B9B4 for ; Mon, 3 Feb 2014 01:18:44 +0000 (UTC) Received: by mail-ea0-f171.google.com with SMTP id f15so3378072eak.2 for ; Sun, 02 Feb 2014 17:18:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=7Dfvlxz/ZdM45cr8AK8cXxsPhFjaa093SMrdZVZ2ivw=; b=U3PGP2CJf5zPwmycHba94N7A0NdyUJ44b/w4bsy4KPSsW+Cr4p5RuKr7jTHVnFq6zw 5o+RO04wv62fYx5T3a8Y0DlTPIzcMV9YIL4FhgIWlhw+HARq5X0d9s1Owvxl9JbV2lQP 86lThl/rMGiudkYMBdvZIj7FZHprcIGG1JL3BbeBfKnUvAEHYWuAD9HN7PbNHT4tUK/7 VPpi555uSwgWXqbzJFI81bDhQvLnCAuGVcB/VaWugKeB2LcZeJVbiGGRPiCeGiZRKydA ePyUKY6xUoBkl9mbvaP0OPb6jfZ6y0b5prC9dOVrNHLoIjEOkrAk9W2owKNCpmTo738K dHOQ== X-Received: by 10.14.216.3 with SMTP id f3mr4160564eep.66.1391390323508; Sun, 02 Feb 2014 17:18:43 -0800 (PST) Received: from localhost ([91.183.82.202]) by mx.google.com with ESMTPSA id s46sm3871481eeb.0.2014.02.02.17.18.42 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 02 Feb 2014 17:18:42 -0800 (PST) From: Maxime Hadjinlian To: buildroot@busybox.net Date: Mon, 3 Feb 2014 02:18:32 +0100 Message-Id: <1391390312-15662-2-git-send-email-maxime.hadjinlian@gmail.com> X-Mailer: git-send-email 1.8.5.3 In-Reply-To: <1391390312-15662-1-git-send-email-maxime.hadjinlian@gmail.com> References: <1391390312-15662-1-git-send-email-maxime.hadjinlian@gmail.com> Subject: [Buildroot] [PATCH 2/2] libenca: Move build host tool to PRE_BUILD_HOOKS 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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net The make_hash host tool, should be built during a PRE_BUILD_HOOKS and not a POST_CONFIGURE_HOOKS. Signed-off-by: Maxime Hadjinlian --- package/libenca/libenca.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/libenca/libenca.mk b/package/libenca/libenca.mk index d998c66..66fcfaa 100644 --- a/package/libenca/libenca.mk +++ b/package/libenca/libenca.mk @@ -21,6 +21,6 @@ define LIBENCA_MAKE_HOST_TOOL $(MAKE) -C $(@D)/tools $(HOST_CONFIGURE_OPTS) make_hash endef -LIBENCA_POST_CONFIGURE_HOOKS += LIBENCA_MAKE_HOST_TOOL +LIBENCA_PRE_BUILD_HOOKS += LIBENCA_MAKE_HOST_TOOL $(eval $(autotools-package))