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:48:59 +0100 |
commit | 7f3c3d81cd0158655309be3b28374f749633bf35 (patch) | |
tree | 64512deb7c11debbfe645b3072afc8e073df3fb3 /meta | |
parent | 563cab8e823c3fde8ae4785ceaf4d68a5d3e25df (diff) | |
download | openembedded-core-7f3c3d81cd0158655309be3b28374f749633bf35.tar.gz openembedded-core-7f3c3d81cd0158655309be3b28374f749633bf35.tar.bz2 openembedded-core-7f3c3d81cd0158655309be3b28374f749633bf35.zip |
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')
-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 += " \ # 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" |