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: 5111407cfe59bd368e2528d953282b74d78057ed)

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 eb6d324d60
commit 7a5a20d5b6
1 changed files with 1 additions and 0 deletions

View File

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