diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-27 13:48:59 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-27 13:49:39 +0100 |
commit | 1b1d6708dd0416e470bd85602449990df36b7ee3 (patch) | |
tree | b9b1815feb02bcee09f51590b2a441280fbcfbf2 | |
parent | a5bf271c7c4cf5d3bfdf8d1b05eec70ca43726b8 (diff) | |
download | poky-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>
-rw-r--r-- | meta/conf/bitbake.conf | 3 |
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 |
472 | HOSTTOOLS += "ip ping ps scp ssh stty" | 472 | HOSTTOOLS += "ip ping ps scp ssh stty" |
473 | 473 | ||
474 | # Link to sdl-config if using host SDL | ||
475 | HOSTTOOLS += "${@bb.utils.contains('ASSUME_PROVIDES', 'libsdl-native', 'sdl-config', '', d)}" | ||
476 | |||
477 | # Link to these if present | 474 | # Link to these if present |
478 | HOSTTOOLS_NONFATAL += "aws ccache gcc-ar gpg ld.bfd ld.gold nc sftp socat sudo" | 475 | HOSTTOOLS_NONFATAL += "aws ccache gcc-ar gpg ld.bfd ld.gold nc sftp socat sudo" |
479 | 476 | ||