mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-18 05:02:18 +02:00
This link is required by linker to link libraries and crt* files. The 'rm -f' command is changed to 'rm -rf' because in cedar release external- toolchain.bbclass copies all the stuff required by PACKAGES to image folder (in do_install stage). In doing so it copies the architecture folder (as it is required by FILES_glibc-multilib-link ) from sorcery folder to image folder in work directory. Afterwords when we try to remove the directory with 'rm -f' it prompts an error as directories cannot be deleted with this command. Signed-off-by: adnan-ali1 <m_adnanali_1@hotmail.com>
2 lines
110 B
Plaintext
2 lines
110 B
Plaintext
TOOLCHAIN_HOST_TASK += "${@bb.utils.contains('BBFILE_COLLECTIONS', 'qt5-mel', 'glibc-multilib-link', '', d)}"
|