diff options
-rw-r--r-- | meta/conf/bitbake.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 8e4f4bbb56..3ad905c917 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -471,6 +471,9 @@ HOSTTOOLS += " \ | |||
471 | # Tools needed to run testimage runtime image testing | 471 | # Tools needed to run testimage runtime image testing |
472 | HOSTTOOLS += "ip ping ps scp ssh stty" | 472 | HOSTTOOLS += "ip ping ps scp ssh stty" |
473 | 473 | ||
474 | # Link to sdl-config if using host SDL | ||
475 | HOSTTOOLS += "${@bb.utils.contains('ASSUME_PROVIDES', 'libsdl-native', 'sdl-config', '', d)}" | ||
476 | |||
474 | # Link to these if present | 477 | # Link to these if present |
475 | HOSTTOOLS_NONFATAL += "aws ccache gcc-ar gpg ld.bfd ld.gold nc sftp socat sudo" | 478 | HOSTTOOLS_NONFATAL += "aws ccache gcc-ar gpg ld.bfd ld.gold nc sftp socat sudo" |
476 | 479 | ||