mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
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:
committed by
Richard Purdie
parent
b2fe2a8fdc
commit
d93c212c06
@@ -175,6 +175,7 @@ ASSUME_PROVIDED = "\
|
|||||||
python-native-runtime \
|
python-native-runtime \
|
||||||
tar-native \
|
tar-native \
|
||||||
virtual/libintl-native \
|
virtual/libintl-native \
|
||||||
|
virtual/libiconv-native \
|
||||||
texinfo-native \
|
texinfo-native \
|
||||||
bash-native \
|
bash-native \
|
||||||
sed-native \
|
sed-native \
|
||||||
|
|||||||
Reference in New Issue
Block a user