From 91583704383aef3d4742630380fd3f1d38c4b00a Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 25 Jan 2016 13:38:00 +0000 Subject: 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. Signed-off-by: Ross Burton --- meta/conf/bitbake.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/conf') 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? -- cgit 1.2.3-korg