summaryrefslogtreecommitdiffstats
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:39 +0100
commit1b1d6708dd0416e470bd85602449990df36b7ee3 (patch)
treeb9b1815feb02bcee09f51590b2a441280fbcfbf2 /meta/conf
parenta5bf271c7c4cf5d3bfdf8d1b05eec70ca43726b8 (diff)
downloadpoky-1b1d6708dd0416e470bd85602449990df36b7ee3.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. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 80baec8d40..f9b77cc7ca 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -471,9 +471,6 @@ HOSTTOOLS += " \
471# Tools needed to run testimage runtime image testing 471# Tools needed to run testimage runtime image testing
472HOSTTOOLS += "ip ping ps scp ssh stty" 472HOSTTOOLS += "ip ping ps scp ssh stty"
473 473
474# Link to sdl-config if using host SDL
475HOSTTOOLS += "${@bb.utils.contains('ASSUME_PROVIDES', 'libsdl-native', 'sdl-config', '', d)}"
476
477# Link to these if present 474# Link to these if present
478HOSTTOOLS_NONFATAL += "aws ccache gcc-ar gpg ld.bfd ld.gold nc sftp socat sudo" 475HOSTTOOLS_NONFATAL += "aws ccache gcc-ar gpg ld.bfd ld.gold nc sftp socat sudo"
479 476