From patchwork Mon Aug 20 15:38:11 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Colin Ian King X-Patchwork-Id: 959824 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=fwts-devel-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41vHyK0Pfgz9s4v; Tue, 21 Aug 2018 01:38:16 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1frmFw-0002l3-Uy; Mon, 20 Aug 2018 15:38:12 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1frmFw-0002kx-2H for fwts-devel@lists.ubuntu.com; Mon, 20 Aug 2018 15:38:12 +0000 Received: from cpc129250-craw9-2-0-cust139.know.cable.virginm.net ([82.43.126.140] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1frmFv-0002dd-Pp; Mon, 20 Aug 2018 15:38:11 +0000 From: Colin King To: fwts-devel@lists.ubuntu.com Subject: [PATCH] snapcraft: add missing stage packages Date: Mon, 20 Aug 2018 16:38:11 +0100 Message-Id: <20180820153811.13353-1-colin.king@canonical.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: fwts-devel-bounces@lists.ubuntu.com Sender: "fwts-devel" From: Colin Ian King This includes some missing stage packages Signed-off-by: Colin Ian King Acked-by: Alex Hung Acked-by: Ivan Hu --- snapcraft.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/snapcraft.yaml b/snapcraft.yaml index 7b36b314..30d42b1b 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -10,6 +10,9 @@ parts: source: git://kernel.ubuntu.com/hwe/fwts stage-packages: - libfdt1 + - libjson-c3 + - libbsd0 + - libpci3 build-packages: - gcc - make