aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-01-08 16:25:04 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-11 15:41:07 +0000
commita5e6f5939c0ee4280eabd7cfc01131052040bc81 (patch)
treec7e1caae8eccded93c9f819eba1f1e6856a1ba49
parent25dc5ac42c9da53c01416e7fdcc819d729281133 (diff)
downloadopenembedded-core-contrib-a5e6f5939c0ee4280eabd7cfc01131052040bc81.tar.gz
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. Signed-off-by: Ross Burton <ross.burton@intel.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 371af31411..fe6fff09a2 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -175,6 +175,7 @@ ASSUME_PROVIDED = "\
python-native-runtime \
tar-native \
virtual/libintl-native \
+ virtual/libiconv-native \
texinfo-native \
bash-native \
sed-native \