[Buildroot] [PATCH 02/36] package/sdl: add symlink to sdl-config

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Aug 13 10:57:10 UTC 2012


Le Mon, 13 Aug 2012 01:53:50 +0200,
"Yann E. MORIN" <yann.morin.1998 at free.fr> a écrit :

> SDL installs a script-based sdl-config in the sysroot, but some
> packages (eg. QEMU) needs it to be either:
>   - prefixed with the cross-prefix
>   - in the PATH
> 
> So, as sdl-config is a script, and although it is installed in
> the sysroot, it can be run on the host.

Well, that's typically not how we handle this problem. In general, we
pass the complete location of the <foo>-config script to
the ./configure script of the package that needs it. I would prefer if
we could use this solution everywhere instead of having a different
solution in different places for the same problem. Do you know if it
would be possible with Qemu?

Thanks!

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com



More information about the buildroot mailing list