]> code.ossystems Code Review - openembedded-core.git/commitdiff
Revert "bitbake.conf: Add sdl-config to HOSTTOOLS if using host SDL"
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 27 Jun 2017 12:48:59 +0000 (13:48 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 27 Jun 2017 12:49:34 +0000 (13:49 +0100)
This clearly wasn't tested as the correct variable is ASSUME_PROVIDED.

This reverts commit 91cee064332969207334cd1ee5c31d02610281fc.

meta/conf/bitbake.conf

index 3ad905c91746c1dba45a2b188fb42ce8f59fa7bb..8e4f4bbb56c88ebd841cab9a034c026071901957 100644 (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"