[poky] [PATCH] sanity.bbclass: add wget to required utilities

Saul Wold saul.wold at intel.com
Mon Nov 29 14:37:43 PST 2010


On 11/19/2010 02:26 AM, Paul Eggleton wrote:
> sanity.bbclass: add wget to required utilities
>
> Signed-off-by: Paul Eggleton<paul.eggleton at intel.com>
>
> diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass
> index 7f1f800..06aeddc 100644
> --- a/meta/classes/sanity.bbclass
> +++ b/meta/classes/sanity.bbclass
> @@ -106,7 +106,7 @@ def check_sanity(e):
>   	if not check_app_exists('${BUILD_PREFIX}g++', e.data):
>   		missing = missing + "C++ Compiler (%sg++)," % data.getVar("BUILD_PREFIX", e.data, True)
>
> -	required_utilities = "patch help2man diffstat texi2html makeinfo cvs svn bzip2 tar gzip gawk hg chrpath"
> +	required_utilities = "patch help2man diffstat texi2html makeinfo cvs svn bzip2 tar gzip gawk hg chrpath wget"
>
>   	# qemu-native needs gcc 3.x
>   	if "qemu-native" not in assume_provided and "gcc3-native" in assume_provided:
> ---------------------------------------------------------------------
> Intel Corporation (UK) Limited
> Registered No. 1134945 (England)
> Registered Office: Pipers Way, Swindon SN3 1RJ
> VAT No: 860 2173 47
>
> This e-mail and any attachments may contain confidential material for
> the sole use of the intended recipient(s). Any review or distribution
> by others is strictly prohibited. If you are not the intended
> recipient, please contact the sender and delete all copies.
>
> _______________________________________________
> poky mailing list
> poky at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
Pulled into Master

Thanks
    Sau!




More information about the poky mailing list