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)

(From OE-Core rev: f09dcaab4afb6aad5a707418741e97625473b890)

Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Dmitry Eremin-Solenikov 2015-04-09 22:58:53 +03:00 committed by Richard Purdie
parent 944b46c223
commit 08dcacb083

View File

@ -171,6 +171,7 @@ ASSUME_PROVIDED = "\
virtual/libintl-native \
texinfo-native \
bash-native \
sed-native \
"
# gzip-native should be listed above?