[oe-commits] [openembedded-core] branch master updated: Revert "bitbake.conf: Add sdl-config to HOSTTOOLS if using host SDL"

git at git.openembedded.org git at git.openembedded.org
Tue Jun 27 12:50:03 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

The following commit(s) were added to refs/heads/master by this push:
     new 7f3c3d8  Revert "bitbake.conf: Add sdl-config to HOSTTOOLS if using host SDL"
7f3c3d8 is described below

commit 7f3c3d81cd0158655309be3b28374f749633bf35
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: 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.
---
 meta/conf/bitbake.conf | 3 ---
 1 file changed, 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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list