[OE-core] [PATCH] bitbake.conf: add 'xz' to HOSTTOOLS

Khem Raj raj.khem at gmail.com
Thu Nov 16 18:52:11 UTC 2017


On Thu, Nov 16, 2017 at 1:16 AM André Draszik <git at andred.net> wrote:

> Files in SRC_URI that are xz compressed can not be
> unpacked without this, as we'd have no decompressor
> available.


I thought we added  xz-native dependency to such recipes

>
>
> Signed-off-by: André Draszik <git at andred.net>
> ---
>  meta/conf/bitbake.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
> index 9696273acc..dfc4de56a6 100644
> --- a/meta/conf/bitbake.conf
> +++ b/meta/conf/bitbake.conf
> @@ -480,7 +480,7 @@ HOSTTOOLS += " \
>      mktemp mv nm objcopy objdump od patch perl pod2man pr printf pwd
> python python2 \
>      python2.7 python3 ranlib readelf readlink rm rmdir rpcgen sed sh
> sha256sum \
>      sleep sort split stat strings strip tail tar tee test touch tr true
> uname \
> -    uniq wc wget which xargs \
> +    uniq wc wget which xargs xz \
>  "
>
>  # Tools needed to run testimage runtime image testing
> --
> 2.15.0.rc1
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20171116/40d4237e/attachment-0002.html>


More information about the Openembedded-core mailing list