[Buildroot] [PATCH v12 7/7] sdl: add support for top-level parallel make

Fabio Porcedda fabio.porcedda at gmail.com
Fri Feb 14 08:58:32 UTC 2014


On Thu, Feb 13, 2014 at 3:52 PM, Thomas Petazzoni
<thomas.petazzoni at free-electrons.com> wrote:
> Dear Fabio Porcedda,
>
> On Wed, 12 Feb 2014 10:19:11 +0100, Fabio Porcedda wrote:
>> Add host-autoconf as a dependency of the sdl-patch target because is
>> used by it.
>>
>> Signed-off-by: Fabio Porcedda <fabio.porcedda at gmail.com>
>> ---
>>  package/sdl/sdl.mk | 3 +++
>>  1 file changed, 3 insertions(+)
>>
>> diff --git a/package/sdl/sdl.mk b/package/sdl/sdl.mk
>> index ba5fbca..701022b 100644
>> --- a/package/sdl/sdl.mk
>> +++ b/package/sdl/sdl.mk
>> @@ -80,3 +80,6 @@ endef
>>  SDL_POST_INSTALL_STAGING_HOOKS += SDL_FIXUP_SDL_CONFIG
>>
>>  $(eval $(autotools-package))
>> +
>> +# autoconf is used in the sdl-patch target
>> +$(SDL_TARGET_PATCH): | host-autoconf
>
> I believe I'd prefer if the SDL autogen stuff was done as a
> pre-configure hook, since this is the hook that is used in the package
> infrastructure to run autoreconf in the normal case.

It's a nice idea, so i will do just this:

SDL_PRE_CONFIGURE_HOOKS += SDL_RUN_AUTOGEN

> Cc'ing Maxime Hadjinlian, who has recently worked on SDL :)

Thanks and best regards
-- 
Fabio Porcedda



More information about the buildroot mailing list