On Mon, Feb 24, 2020 at 6:15 AM Bartosz Golaszewski <[email protected]> wrote:

> From: Bartosz Golaszewski <[email protected]>
>
> Only md5sum and sha256sum tools are provided by HOSTTOOLS. For other
> checksum utils, the conversions need to depend on coreutils-native.
>
> Signed-off-by: Bartosz Golaszewski <[email protected]>
> ---
>  meta/classes/image_types.bbclass | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/meta/classes/image_types.bbclass
> b/meta/classes/image_types.bbclass
> index f82f1d8862..63ffbac7e6 100644
> --- a/meta/classes/image_types.bbclass
> +++ b/meta/classes/image_types.bbclass
> @@ -315,6 +315,10 @@ CONVERSION_DEPENDS_lzo = "lzop-native"
>  CONVERSION_DEPENDS_zip = "zip-native"
>  CONVERSION_DEPENDS_zst = "zstd-native"
>  CONVERSION_DEPENDS_sum = "mtd-utils-native"
> +CONVERSION_DEPENDS_sha1sum = "coreutils-native"
> +CONVERSION_DEPENDS_sha224sum = "coreutils-native"
> +CONVERSION_DEPENDS_sha384sum = "coreutils-native"
> +CONVERSION_DEPENDS_sha512sum = "coreutils-native"


If they are common enough on host distros then perhaps add them to
HOSTTOOLS might be better


>  CONVERSION_DEPENDS_bmap = "bmap-tools-native"
>  CONVERSION_DEPENDS_u-boot = "u-boot-tools-native"
>  CONVERSION_DEPENDS_vmdk = "qemu-system-native"
> --
> 2.19.1
>
>
-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to