* [PATCH] sanity.bbclass: add wget to required utilities
@ 2010-11-19 10:26 Paul Eggleton
2010-11-29 22:37 ` Saul Wold
0 siblings, 1 reply; 2+ messages in thread
From: Paul Eggleton @ 2010-11-19 10:26 UTC (permalink / raw)
To: poky
sanity.bbclass: add wget to required utilities
Signed-off-by: Paul Eggleton <paul.eggleton@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.
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] sanity.bbclass: add wget to required utilities
2010-11-19 10:26 [PATCH] sanity.bbclass: add wget to required utilities Paul Eggleton
@ 2010-11-29 22:37 ` Saul Wold
0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2010-11-29 22:37 UTC (permalink / raw)
To: Paul Eggleton; +Cc: poky@yoctoproject.org
On 11/19/2010 02:26 AM, Paul Eggleton wrote:
> sanity.bbclass: add wget to required utilities
>
> Signed-off-by: Paul Eggleton<paul.eggleton@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@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
Pulled into Master
Thanks
Sau!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-11-29 22:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-19 10:26 [PATCH] sanity.bbclass: add wget to required utilities Paul Eggleton
2010-11-29 22:37 ` Saul Wold
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.