[PATCH] snapcraft: remove libjson-c3 stage package, it is not required

Colin King colin.king at canonical.com
Tue Aug 21 19:22:27 UTC 2018


From: Colin Ian King <colin.king at canonical.com>

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 <colin.king at canonical.com>
---
 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:
-- 
2.17.1




More information about the fwts-devel mailing list