ACK: [PATCH] snapcraft.yaml: add in missing stage packages

Alex Hung alex.hung at canonical.com
Mon May 21 18:39:33 UTC 2018


On 2018-05-18 03:56 AM, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
> 
> This allows us to build with releases that have libftdi1
> 
> Signed-off-by: Jonathan Cave <jonathan.cave at canonical.com>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
>   snapcraft.yaml | 4 +++-
>   1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/snapcraft.yaml b/snapcraft.yaml
> index 5179c587..d7f1038e 100644
> --- a/snapcraft.yaml
> +++ b/snapcraft.yaml
> @@ -1,5 +1,5 @@
>   name: fwts
> -version: V17.03.00
> +version: V19.01.00
>   summary: The Firmware Test Suite (FWTS)
>   description: This is a firmware test suite that performs sanity checks on system firmware. It is intended to identify BIOS and ACPI errors and if appropriate it will try to explain the errors and give advice to help workaround or fix firmware bugs.  It is primarily intended to be a Linux-centric firmware troubleshooting tool.
>   confinement: devmode
> @@ -8,6 +8,8 @@ parts:
>       fwts:
>           plugin: autotools
>           source: git://kernel.ubuntu.com/hwe/fwts
> +        stage-packages:
> +            - libftdi1
>           build-packages:
>               - gcc
>               - make
> 


Acked-by: Alex Hung <alex.hung at canonical.com>



More information about the fwts-devel mailing list