bitbake.conf: add virtual/libiconv-native to ASSUME_PROVIDED

It's possible for a native recipe to have virtual/libiconv-native as a build
dependency, but as we expect that the host provides that add it to
ASSUME_PROVIDED.

(From OE-Core rev: a5e6f5939c0ee4280eabd7cfc01131052040bc81)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2016-01-08 16:25:04 +00:00 committed by Richard Purdie
parent b2fe2a8fdc
commit d93c212c06
1 changed files with 1 additions and 0 deletions

View File

@ -175,6 +175,7 @@ ASSUME_PROVIDED = "\
python-native-runtime \
tar-native \
virtual/libintl-native \
virtual/libiconv-native \
texinfo-native \
bash-native \
sed-native \