From patchwork Tue Aug 21 19:22:27 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: 960693 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 41w0tc6878z9rvt; Wed, 22 Aug 2018 05:22:32 +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 1fsCEX-0008SZ-1J; Tue, 21 Aug 2018 19:22:29 +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 1fsCEW-0008SO-5t for fwts-devel@lists.ubuntu.com; Tue, 21 Aug 2018 19:22:28 +0000 Received: from 1.general.cking.uk.vpn ([10.172.193.212] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1fsCEV-000618-Su; Tue, 21 Aug 2018 19:22:27 +0000 From: Colin King To: fwts-devel@lists.ubuntu.com Subject: [PATCH] snapcraft: remove libjson-c3 stage package, it is not required Date: Tue, 21 Aug 2018 20:22:27 +0100 Message-Id: <20180821192227.12849-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: , Cc: jonathan.cave@canonical.com, Sylvain Pineau Errors-To: fwts-devel-bounces@lists.ubuntu.com Sender: "fwts-devel" From: Colin Ian King Removing libjson-c3 stage package fixes a snap build failure on Xenial, it is not required, so remove it. Fixes snap build error: Fetched 4780 kB in 0s (0 B/s) Failed to fetch stage packages: Error downloading packages for part 'fwts': The package 'libjson-c3' was not found.. Fixes: a6d5fc26e93d ("snapcraft: add missing stage packages") Signed-off-by: Colin Ian King Acked-by: Alex Hung Acked-by: Ivan Hu --- snapcraft.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 30d42b1b..37a82c4b 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -10,7 +10,6 @@ parts: source: git://kernel.ubuntu.com/hwe/fwts stage-packages: - libfdt1 - - libjson-c3 - libbsd0 - libpci3 build-packages: