mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
bitbake.conf: add bash-native to ASSUME_PROVIDED
A few native scipts requires bash-native, and we don't build bash-native, so add it to ASSUME_PROVIDED. (From OE-Core rev: 283a418a838ef285988a5ffc3888501ca7de63f1) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
cdb84ea006
commit
7d3d6a35fd
@@ -169,7 +169,8 @@ ASSUME_PROVIDED = "\
|
|||||||
python-native-runtime \
|
python-native-runtime \
|
||||||
tar-native \
|
tar-native \
|
||||||
virtual/libintl-native \
|
virtual/libintl-native \
|
||||||
texinfo-native\
|
texinfo-native \
|
||||||
|
bash-native \
|
||||||
"
|
"
|
||||||
# gzip-native should be listed above?
|
# gzip-native should be listed above?
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user