summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dmitry_eremin@mentor.com>2015-04-09 22:58:53 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-05-15 18:12:12 +0100
commitf09dcaab4afb6aad5a707418741e97625473b890 (patch)
treefdc64e82efeca7d411a4a275e0a6ccd5321d074b
parent2665431f75ebc9eb1f47dee7d3ef362dcf5917a9 (diff)
downloadopenembedded-core-f09dcaab4afb6aad5a707418741e97625473b890.tar.gz
openembedded-core-f09dcaab4afb6aad5a707418741e97625473b890.tar.bz2
openembedded-core-f09dcaab4afb6aad5a707418741e97625473b890.zip
bitbake.conf: add sed-native to ASSUME_PROVIDED
There is no reason to build sed for the host, however now: ERROR: Nothing RPROVIDES 'sed-native' (but virtual:native:/OE/sources/openembedded-core/meta/recipes-extended/groff/groff_1.22.2.bb RDEPENDS on or otherwise requires it) Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 f3586da17c..2b3c110d36 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -171,6 +171,7 @@ ASSUME_PROVIDED = "\
virtual/libintl-native \
texinfo-native \
bash-native \
+ sed-native \
"
# gzip-native should be listed above?