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:46 +0000 |
commit | d93c212c06384be7bfb5540d75e4f1bc23560b67 (patch) | |
tree | 9fddfcd4e8cf9948299bbae5a20f894703a6fb06 /meta/conf | |
parent | b2fe2a8fdc90f1945b9b3184b13b8d5e3e844e2e (diff) | |
download | poky-d93c212c06384be7bfb5540d75e4f1bc23560b67.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.
(From OE-Core rev: a5e6f5939c0ee4280eabd7cfc01131052040bc81)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-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 371af31411..fe6fff09a2 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -175,6 +175,7 @@ ASSUME_PROVIDED = "\ | |||
175 | python-native-runtime \ | 175 | python-native-runtime \ |
176 | tar-native \ | 176 | tar-native \ |
177 | virtual/libintl-native \ | 177 | virtual/libintl-native \ |
178 | virtual/libiconv-native \ | ||
178 | texinfo-native \ | 179 | texinfo-native \ |
179 | bash-native \ | 180 | bash-native \ |
180 | sed-native \ | 181 | sed-native \ |