From patchwork Mon May 19 12:31:46 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mikael Jansson X-Patchwork-Id: 350243 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 D873F14008D for ; Mon, 19 May 2014 23:17:39 +1000 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 74C313F8B9 for ; Mon, 19 May 2014 15:17:38 +0200 (CEST) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from gmail.mxhero.com (unknown [54.208.111.28]) by hugin.dotsrc.org (Postfix) with ESMTP id A140F3F8B9 for ; Mon, 19 May 2014 15:17:37 +0200 (CEST) Received: from engine-facing-node-1.mxhero.net (localhost [127.0.0.1]) by gmail.mxhero.com (Postfix) with ESMTP id E190E4089D for ; Mon, 19 May 2014 13:17:27 +0000 (UTC) Received: from mail-qc0-f179.google.com (mail-qc0-f179.google.com [209.85.216.179]) by gmail.mxhero.com (Postfix) with ESMTPS for ; Mon, 19 May 2014 12:31:46 +0000 (UTC) Received: by mail-qc0-f179.google.com with SMTP id x3so8756759qcv.24 for ; Mon, 19 May 2014 05:31:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=dYnK0Cb8WWXUjl8BRME6lKmcQmhRpVqmGnWfohP52ks=; b=lUwTMhUOwdPXnF/vZfqUdmJsK0brbDGEPKRRYD1Tjs3EGCv13i4RhozlF6fS8Oicqo ZCQCTXLedDx0gz3vIDZYrM7Paul0knWLh2A4Rl6youo9zcEcgFfBzTjLs69GS3R//+Zh OUERAjBHRvYYHiTiINCT1ExQ8N5WNdnQiFbhZ4BtxJhIpefHhEhTXZKSPtPGy6jDhC8i qAHaAf0gR/alXlVpmWcPJc9lJ63T7QQJkFzZ09JNsH+SKIVA2YB+nfLSlNgnqa47TPTy 5B6Tl+2C9wahLdbqdmD70csi7MhXOxX74rOTc1TmblYBlaeXN7ErxLTssMh5SA9gpsF6 B9Zw== X-Gm-Message-State: ALoCoQnNIkGIKvE5WF6bRPTk5ogoxV0TsQvcU+hc5MKimVAjzJrzrGMnpsA8tIwXRX76/brU/p4/DVMLinD5BIeD2C6nm95ycya5x8uYuvEyeIS/ZS6N2wJahw7lbEZPWYXVylFXdvO6 X-Received: by 10.224.0.79 with SMTP id 15mr47431158qaa.2.1400502706629; Mon, 19 May 2014 05:31:46 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.224.0.79 with SMTP id 15mr47431103qaa.2.1400502706295; Mon, 19 May 2014 05:31:46 -0700 (PDT) Received: by 10.140.97.228 with HTTP; Mon, 19 May 2014 05:31:46 -0700 (PDT) Date: Mon, 19 May 2014 14:31:46 +0200 Message-ID: <158379611.79871.1400505223785.JavaMail.root@engine-facing-node-1> Subject: [PATCH] Don't assume native:file is provided. From: Mikael Jansson To: dev@oe-lite.org X-mxHero-Original-Subject: [PATCH] Don't assume native:file is provided. x-mxHero-Origin-Ip: 209.85.216.179 X-mxHero-Sender: mikael.jansson@tlabwest.se X-mxHero-Recipient: dev@oe-lite.org X-mxHero-Output-Service: org.mxhero.plugin.smtpconnector.service.SMTPConnectorOutputService 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 Building machine:file requires native:file of the same version is staged native, but assuming it's provided won't stage it. --- 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 56c6245..6d7345a 100644 --- a/conf/provided/all.conf +++ b/conf/provided/all.conf @@ -20,7 +20,7 @@ native:perl native:perl-runtime \ native:python-runtime \ native:texinfo native:doxygen \ native:texlive-extra-utils native:texlive-latex-extra native:latex-xcolor \ -native:util-linux native:coreutils native:file \ +native:util-linux native:coreutils \ native:shasum \ native:flex native:bison \ native:mtd-utils-mkfs-jffs2 \