From patchwork Wed May 15 07:38:46 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Kim_H=C3=B8jgaard-Hansen?= X-Patchwork-Id: 243925 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 630E52C00B2 for ; Wed, 15 May 2013 17:56:19 +1000 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id D8B203FF23 for ; Wed, 15 May 2013 09:56:17 +0200 (CEST) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from oe-lite.localdomain (static.226.158.9.5.clients.your-server.de [5.9.158.226]) by hugin.dotsrc.org (Postfix) with ESMTP id BFD4C3FECE for ; Wed, 15 May 2013 09:54:02 +0200 (CEST) Received: by oe-lite.localdomain (Postfix, from userid 1000) id 5E4C221816; Wed, 15 May 2013 07:38:51 +0000 (UTC) From: =?UTF-8?q?Kim=20H=C3=B8jgaard-Hansen?= To: dev@oe-lite.org Subject: [PATCH 2/2] add native binutils to provided Date: Wed, 15 May 2013 07:38:46 +0000 Message-Id: X-Mailer: git-send-email 1.8.2.1 In-Reply-To: References: In-Reply-To: References: X-Mailman-Approved-At: Wed, 15 May 2013 09:56:15 +0200 Cc: =?UTF-8?q?Kim=20H=C3=B8jgaard-Hansen?= 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: , MIME-Version: 1.0 Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org --- conf/provided/all.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/provided/all.conf b/conf/provided/all.conf index b91ff4c..56c6245 100644 --- a/conf/provided/all.conf +++ b/conf/provided/all.conf @@ -1,7 +1,7 @@ # python-native should be here but python relies on building # its own in staging ASSUME_PROVIDED = "\ -native:cc native:c++ native:libgcc native:libc \ +native:binutils native:cc native:c++ native:libgcc native:libc \ native:libgcc native:libdl native:libstdc++ native:libsupc++ \ native:libresolv native:libutil native:libcrypt native:libpthread \ native:libthread_db native:libbfd native:lib native:libm \