From: Ross Burton Date: Fri, 8 Jan 2016 16:25:04 +0000 (+0000) Subject: bitbake.conf: add virtual/libiconv-native to ASSUME_PROVIDED X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~27787 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5e6f5939c0ee4280eabd7cfc01131052040bc81;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- 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 \