All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bitbake.conf: Add sdl-config to HOSTTOOLS if using host SDL
@ 2017-06-01 12:14 Jonathan Liu
  0 siblings, 0 replies; only message in thread
From: Jonathan Liu @ 2017-06-01 12:14 UTC (permalink / raw)
  To: openembedded-core

If ASSUME_PROVIVES contains libsdl-native, we need to add sdl-config
to HOSTTOOLS to allow access to the host sdl-config.

Signed-off-by: Jonathan Liu <net147@gmail.com>
---
 meta/conf/bitbake.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 8e4f4bbb56..3ad905c917 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -471,6 +471,9 @@ 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"
 
-- 
2.12.2



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-06-01 12:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-01 12:14 [PATCH] bitbake.conf: Add sdl-config to HOSTTOOLS if using host SDL Jonathan Liu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.