From patchwork Fri Aug 9 06:56:09 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: 265892 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 DB6802C00B7 for ; Fri, 9 Aug 2013 16:56:16 +1000 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id A7E043F935 for ; Fri, 9 Aug 2013 08:56:15 +0200 (CEST) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail01.prevas.se (mail01.prevas.se [62.95.78.3]) by hugin.dotsrc.org (Postfix) with ESMTPS id E7E143F935 for ; Fri, 9 Aug 2013 08:56:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=648; q=dns/txt; s=ironport1; t=1376031374; x=1407567374; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version; bh=w11jGlrcPrVLgmVJ1T2bKmXYW9fQjz8ju+sB1kwyATo=; b=ipaun2UiSEBgmrC2xWFZ459mNxZrJEmXC3PXN/hkTli32jmN1SW8ozxc Pu6IeDrmGIPqcQyd6jDMOYS/p1a+5qDtHWyWZTx2P6lGzY+8+rY5QbVxQ BbCy9mNbysz8o5LKqhmYBp4f9q0UE4RLROCcyf7fS/yL0QoP6KlbGWYuY 4=; X-IronPort-AV: E=Sophos;i="4.89,844,1367964000"; d="scan'208";a="3542512" Received: from vmprevas3.prevas.se (HELO smtp.prevas.se) ([172.16.8.103]) by ironport1.prevas.se with ESMTP/TLS/AES128-SHA; 09 Aug 2013 08:56:13 +0200 Received: from localhost (172.16.10.102) by smtp.prevas.se (172.16.8.105) with Microsoft SMTP Server id 14.2.342.3; Fri, 9 Aug 2013 08:56:13 +0200 Received: by localhost (Postfix, from userid 30019) id 2800A684403; Fri, 9 Aug 2013 06:56:13 +0000 (UTC) From: =?UTF-8?q?Kim=20B=C3=B8ndergaard?= To: Subject: [PATCH 1/2] busybox: Added support for acpid and chpasswd Date: Fri, 9 Aug 2013 06:56:09 +0000 Message-ID: <3f6fffaa2caa9c1bb5ec6bfb290360d84185c3d0.1376031234.git.kibo@prevas.dk> X-Mailer: git-send-email 1.8.3.1 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 0cfb779..6709fce 100644 --- a/recipes/busybox/busybox-configure.inc +++ b/recipes/busybox/busybox-configure.inc @@ -478,6 +478,12 @@ do_configure_busybox_buffers () { .config } +# USE flag: enable chpasswd +BUSYBOX_SIMPLE_USE_FLAGS += "chpasswd:util/" + +# USE flag: enable acpid +BUSYBOX_SIMPLE_USE_FLAGS += "acpid:util/" + # USE flag: enable feature verbose usage BUSYBOX_SIMPLE_USE_FLAGS += "feature_verbose_usage"