aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-27 13:48:59 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-27 13:49:34 +0100
commit26e25713852ed747a96ce55fe9dc7dd2a4fd250b (patch)
tree018f099d8daa910dfeee9afdaae1fe234b58f904 /meta/conf
parent0b5e0d072f93a958e4211a8aeb2fd8cc3c25cc21 (diff)
downloadopenembedded-core-contrib-26e25713852ed747a96ce55fe9dc7dd2a4fd250b.tar.gz
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 91cee064332969207334cd1ee5c31d02610281fc.
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/bitbake.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 3ad905c917..8e4f4bbb56 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -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"