ACK: [PATCH] snapcraft: add libbsd-dev to build-packages

Colin Ian King colin.king at canonical.com
Wed Aug 22 16:59:02 UTC 2018


On 22/08/18 17:54, Anthony Wong wrote:
> Fixes snap build error:
> fwts_hwinfo.c:23:24: fatal error: bsd/string.h: No such file or directory
> 
> Signed-off-by: Anthony Wong <anthony.wong at canonical.com>
> ---
>  snapcraft.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/snapcraft.yaml b/snapcraft.yaml
> index 0a69fc9..0533ddf 100644
> --- a/snapcraft.yaml
> +++ b/snapcraft.yaml
> @@ -24,6 +24,7 @@ parts:
>              - dh-autoreconf
>              - libglib2.0-dev
>              - libfdt-dev
> +            - libbsd-dev
>  apps:
>      fwts:
>          command: bin/fwts
> 

Thanks!

Acked-by: Colin Ian King <colin.king at canonical.com>



More information about the fwts-devel mailing list