[gnome-continuous-yocto/gnomeostree-3.28-rocko: 6479/8267] Revert "bitbake.conf: Add sdl-config to HOSTTOOLS if using host SDL"



commit 1b1d6708dd0416e470bd85602449990df36b7ee3
Author: Richard Purdie <richard purdie linuxfoundation org>
Date:   Tue Jun 27 13:48:59 2017 +0100

    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>

 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 80baec8..f9b77cc 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"
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]