aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-01-25 13:38:00 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-04 23:39:01 +0000
commit0c0b07286f28f33d2334681b3a4d378d14f90d76 (patch)
tree7c52b74a88ea0fc84319beb7f4ec25f150431cf9 /meta/conf
parentf9266106db3c0e0ab526e426086d542c9ed6b62c (diff)
downloadopenembedded-core-contrib-0c0b07286f28f33d2334681b3a4d378d14f90d76.tar.gz
meta: add ASSUME_PROVIDED dependency on wget-native for http fetches
For clarity and consistency, add a dependency on wget-native for any URIs that will be fetched using the wget fetcher, and add wget-native to ASSUME_PROVIDED. (From OE-Core rev: 91583704383aef3d4742630380fd3f1d38c4b00a) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/bitbake.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 1a2f420c74..775c0c6617 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -179,6 +179,7 @@ ASSUME_PROVIDED = "\
texinfo-native \
bash-native \
sed-native \
+ wget-native \
"
# gzip-native should be listed above?