From 7f3c3d81cd0158655309be3b28374f749633bf35 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 27 Jun 2017 13:48:59 +0100 Subject: 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. --- meta/conf/bitbake.conf | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta/conf/bitbake.conf') 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" -- cgit 1.2.3-korg