ACK: [PATCH] snapcraft: remove libjson-c3 stage package, it is not required
Alex Hung
alex.hung at canonical.com
Tue Aug 21 22:53:35 UTC 2018
On 2018-08-21 12:22 PM, Colin King wrote:
> 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:
>
Acked-by: Alex Hung <alex.hung at canonical.com>
More information about the fwts-devel
mailing list