diff options
author | Ross Burton <ross.burton@intel.com> | 2016-01-08 16:25:04 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-11 15:41:07 +0000 |
commit | a5e6f5939c0ee4280eabd7cfc01131052040bc81 (patch) | |
tree | c7e1caae8eccded93c9f819eba1f1e6856a1ba49 /meta | |
parent | 25dc5ac42c9da53c01416e7fdcc819d729281133 (diff) | |
download | openembedded-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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/bitbake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 371af31411c..fe6fff09a2d 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 \ |