summaryrefslogtreecommitdiffstats
path: root/meta
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:45 +0100
commitf0d128ea0dfc2c403ff53a1ac1db3521854b63d5 (patch)
treed4107fb5b41a4d9ce46b35d2ce510199ad8607cd /meta
parentc11f1ff584de8f979d6cce5ecb118b3493471f20 (diff)
downloadpoky-f0d128ea0dfc2c403ff53a1ac1db3521854b63d5.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')
-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 += " \
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