From patchwork Fri Oct 4 13:24:17 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Kim_B=C3=B8ndergaard?= X-Patchwork-Id: 280603 X-Patchwork-Delegate: esben@haabendal.dk Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hugin.dotsrc.org (hugin.dotsrc.org [IPv6:2001:878:346::102]) by ozlabs.org (Postfix) with ESMTP id 484022C00C3 for ; Fri, 4 Oct 2013 23:24:37 +1000 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 0A364447F8 for ; Fri, 4 Oct 2013 15:24:35 +0200 (CEST) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail02.prevas.se (mail02.prevas.se [62.95.78.10]) by hugin.dotsrc.org (Postfix) with ESMTPS id B34DE447ED for ; Fri, 4 Oct 2013 15:24:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=717; q=dns/txt; s=ironport2; t=1380893066; x=1412429066; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version; bh=/q2AB8asqQKsDMAD76Ghqtz97etvipNmIpU3QPV5jfc=; b=c+QJwDSq28/caczMpBSC+WEavC9MiMpQ5yVOprlDGyZQUzfe38ni1cN8 Wv7lClMNWf9aY9jybOrSbSlF01Wqr6WQ/6YIMUrVVISd5aR1bBgbkIJ37 dGAYLyZZhRyl+oCCpHJW994ai+7g5Zi447Sgn4vrJAkCodIWoXAxGq4Nv c=; X-IronPort-AV: E=Sophos;i="4.90,1033,1371074400"; d="scan'208";a="3749084" Received: from vmprevas3.prevas.se (HELO smtp.prevas.se) ([172.16.8.103]) by ironport2.prevas.se with ESMTP/TLS/AES128-SHA; 04 Oct 2013 15:24:25 +0200 Received: from localhost (172.16.10.102) by smtp.prevas.se (172.16.8.105) with Microsoft SMTP Server id 14.2.347.0; Fri, 4 Oct 2013 15:24:25 +0200 Received: by localhost (Postfix, from userid 30019) id A28DA6814CD; Fri, 4 Oct 2013 13:24:25 +0000 (UTC) From: =?UTF-8?q?Kim=20B=C3=B8ndergaard?= To: Subject: [PATCH 11/17] busybox: added sfdisk:util, pidof:util Date: Fri, 4 Oct 2013 13:24:17 +0000 Message-ID: X-Mailer: git-send-email 1.8.4 In-Reply-To: References: MIME-Version: 1.0 Cc: =?UTF-8?q?Kim=20B=C3=B8ndergaard?= X-BeenThere: dev@oe-lite.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: OE-lite development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org --- recipes/busybox/busybox-configure.inc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/recipes/busybox/busybox-configure.inc b/recipes/busybox/busybox-configure.inc index 6709fce..99327a9 100644 --- a/recipes/busybox/busybox-configure.inc +++ b/recipes/busybox/busybox-configure.inc @@ -673,6 +673,12 @@ BUSYBOX_SIMPLE_USE_FLAGS += "swaponoff:util/" # USE flag: enable feature mount loop BUSYBOX_SIMPLE_USE_FLAGS += "feature_mount_loop" +# USE flag: enable sfdisk +BUSYBOX_SIMPLE_USE_FLAGS += "sfdisk:util" + +# USE flag: enable pidof +BUSYBOX_SIMPLE_USE_FLAGS += "pidof:util" + BUSYBOX_SIMPLE_USE_FLAGS += "stat:util/:\ CONFIG_STAT,\ CONFIG_FEATURE_STAT_FORMAT"