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

ivanhu ivan.hu at canonical.com
Mon May 21 09:35:50 UTC 2018



On 05/18/2018 06:56 PM, 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: Ivan Hu <ivan.hu at canonical.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/fwts-devel/attachments/20180521/c0d5dc78/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <https://lists.ubuntu.com/archives/fwts-devel/attachments/20180521/c0d5dc78/attachment.sig>


More information about the fwts-devel mailing list