Revert "bitbake.conf: Add sdl-config to HOSTTOOLS if using host SDL"

This clearly wasn't tested as the correct variable is ASSUME_PROVIDED.

This reverts commit 91cee06433.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2017-06-27 13:48:59 +01:00
parent c11f1ff584
commit f0d128ea0d
1 changed files with 0 additions and 3 deletions

View File

@ -471,9 +471,6 @@ HOSTTOOLS += " \
# Tools needed to run testimage runtime image testing
HOSTTOOLS += "ip ping ps scp ssh stty"
# Link to sdl-config if using host SDL
HOSTTOOLS += "${@bb.utils.contains('ASSUME_PROVIDES', 'libsdl-native', 'sdl-config', '', d)}"
# Link to these if present
HOSTTOOLS_NONFATAL += "aws ccache gcc-ar gpg ld.bfd ld.gold nc sftp socat sudo"