From patchwork Mon Nov 11 20:59:42 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 290494 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 8F15D2C00CB for ; Tue, 12 Nov 2013 08:00:09 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id C21A08BED3; Mon, 11 Nov 2013 21:00:08 +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 dN0WcFozRrQS; Mon, 11 Nov 2013 21:00:06 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id A2D508BEAB; Mon, 11 Nov 2013 21:00:04 +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 EBE271BF83A for ; Mon, 11 Nov 2013 21:00:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id D81F18BF52 for ; Mon, 11 Nov 2013 21:00:01 +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 TmbIwBMZJmYA for ; Mon, 11 Nov 2013 20:59:59 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by whitealder.osuosl.org (Postfix) with ESMTPS id C9CCD8CFE8 for ; Mon, 11 Nov 2013 20:59:58 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id cb5so2886893wib.2 for ; Mon, 11 Nov 2013 12:59:57 -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=9VDSbyDGSfCnz49+GZ0UB1jatoErVc4vu1LQJtP1xFA=; b=0oo4dh3GWNmu4A9UXeAsrPRNTuIn4E2XZZysKLRz7ScdhhVEIzjxYZV4QU8zHY9Vkn p5XrCbliVp9YVOc3uv5RnHYTfbMUH+zN2LxxpvvT8Y2PR91fSLH+S3YtbUnnVGWhdM07 ttakuWKUaF9O0X/aPFy9PdNARu0A3EewHeYSKuNbJNiNIRwp3ngSXm3mE4MXq2ORa/I8 GXLSkx0Rdox8StEDcqif+PFj2fA7dwqQ9cBtTpvJq1wv/On1aZoj1dgZxJtLCSR5VwHQ pvGXt7VKee+agsH8qcE2MmPaelbmYIda8lcFBh+kK/hTAOLdEKJ10GSTwXiULwgRuukS nucw== X-Received: by 10.180.189.132 with SMTP id gi4mr13723718wic.19.1384203597411; Mon, 11 Nov 2013 12:59:57 -0800 (PST) Received: from smartin-de.aldebaran.lan ([46.218.232.202]) by mx.google.com with ESMTPSA id e1sm37775037wij.6.2013.11.11.12.59.56 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 11 Nov 2013 12:59:56 -0800 (PST) From: Samuel Martin To: buildroot@busybox.net Date: Mon, 11 Nov 2013 21:59:42 +0100 Message-Id: <1384203586-17790-3-git-send-email-s.martin49@gmail.com> X-Mailer: git-send-email 1.8.4.2 In-Reply-To: <1384203586-17790-1-git-send-email-s.martin49@gmail.com> References: <1384203586-17790-1-git-send-email-s.martin49@gmail.com> Subject: [Buildroot] [PATCH 2/6] Makefile: add $(HOST_DIR)/sbin to BR2_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 BR2_PATH because few host-packages install programs in this location. Signed-off-by: Samuel Martin --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5a99bbb..4010c65 100644 --- a/Makefile +++ b/Makefile @@ -267,7 +267,7 @@ TAR_OPTIONS=$(call qstrip,$(BR2_TAR_OPTIONS)) -xf HOST_DIR:=$(call qstrip,$(BR2_HOST_DIR)) # Set BR2_PATH (including host bindirs) -BR2_PATH:="$(HOST_DIR)/bin:$(HOST_DIR)/usr/bin:$(HOST_DIR)/usr/sbin/:$(PATH)" +BR2_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))