From patchwork Sun Mar 9 14:00:19 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 328329 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 117FE2C00CC for ; Mon, 10 Mar 2014 01:00:57 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 4211399BE4; Sun, 9 Mar 2014 14:00:55 +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 FVQmGaqF-XR4; Sun, 9 Mar 2014 14:00:53 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 88D7098C7B; Sun, 9 Mar 2014 14:00:52 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 22CE41CE98F for ; Sun, 9 Mar 2014 14:00:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 1FC9693FBE for ; Sun, 9 Mar 2014 14:00:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lktOCgaOVxfq for ; Sun, 9 Mar 2014 14:00:49 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f49.google.com (mail-wg0-f49.google.com [74.125.82.49]) by hemlock.osuosl.org (Postfix) with ESMTPS id 7019D93F46 for ; Sun, 9 Mar 2014 14:00:49 +0000 (UTC) Received: by mail-wg0-f49.google.com with SMTP id a1so3032314wgh.20 for ; Sun, 09 Mar 2014 07:00:48 -0700 (PDT) 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=jGEqRvKKj3S8g6pLwDuyWuOytJB8C9yRok48Sw/diB8=; b=H2hhQqMJ0ZUdqDKrH5ix34R1pLCByUdosxJ7YFtjrqCcQaehTULuvGQUIezDtSSz9Q xR2xKai3RsS4u7ztM4rDmnqaEhhQHHzHKCffLMYWskB+++sMH7BtWbTivmmBraZ1hiny FAUD/TEBW8neIg7klbOnyJn3k3X9SsUBtuOGm4lRbydkmZspogXDmVwir024CxNmCkvn z2SaVAuHxELWEmpjEiD0/NFYu8u2gbv4nLAHNdISISsY6V7brq0SKPqJaoAveHPKeYi2 d00diapP0BbCe7i0TuWYFUDU4l61PRcXxjx8v1Cgue+iBc87uxkUEvTgnmFEMGhspHUJ TI6Q== X-Received: by 10.194.85.75 with SMTP id f11mr26880wjz.47.1394373648183; Sun, 09 Mar 2014 07:00:48 -0700 (PDT) Received: from localhost.localdomain (ivr94-4-82-229-165-48.fbx.proxad.net. [82.229.165.48]) by mx.google.com with ESMTPSA id ga10sm42331035wjb.23.2014.03.09.07.00.46 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 09 Mar 2014 07:00:47 -0700 (PDT) From: Samuel Martin To: buildroot@buildroot.net Date: Sun, 9 Mar 2014 15:00:19 +0100 Message-Id: <1394373623-10650-3-git-send-email-s.martin49@gmail.com> X-Mailer: git-send-email 1.9.0 In-Reply-To: <1394373623-10650-1-git-send-email-s.martin49@gmail.com> References: <1394373623-10650-1-git-send-email-s.martin49@gmail.com> Subject: [Buildroot] [PATCH v6 2/6] Makefile: add $(HOST_DIR)/sbin to BR_PATH 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 Extend BR_PATH because a few host-packages install programs in this location. Signed-off-by: Samuel Martin --- changes v4 -> v6: - rebase changes v3 -> v4: - rebase - fix typo in commit log (ThomasP) - rename BR2_PATH -> BR_PATH changes v2 -> v3: - rebase changes v1 -> v2: - rebase --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1329ada..f815b93 100644 --- a/Makefile +++ b/Makefile @@ -330,7 +330,7 @@ TAR_OPTIONS=$(call qstrip,$(BR2_TAR_OPTIONS)) -xf HOST_DIR:=$(call qstrip,$(BR2_HOST_DIR)) # Quotes are needed for spaces and all in the original PATH content. -BR_PATH = "$(HOST_DIR)/bin:$(HOST_DIR)/usr/bin:$(HOST_DIR)/usr/sbin:$(PATH)" +BR_PATH:="$(HOST_DIR)/bin:$(HOST_DIR)/sbin:$(HOST_DIR)/usr/bin:$(HOST_DIR)/usr/sbin:$(PATH)" # locales to generate GENERATE_LOCALE=$(call qstrip,$(BR2_GENERATE_LOCALE))