mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user