[Buildroot] [PATCH 1/4] alljoyn: new package

Romain Naour romain.naour at gmail.com
Tue Jul 5 13:43:03 UTC 2016


Hi,

Le 05/07/2016 à 15:25, Romain Naour a écrit :
> Hi Fabrice,

>> +++ b/package/alljoyn/Config.in
>> @@ -0,0 +1,18 @@
>> +config BR2_PACKAGE_ALLJOYN
>> +	bool "alljoyn"
>> +	depends on BR2_INSTALL_LIBSTDCPP
>> +	depends on BR2_TOOLCHAIN_HAS_THREADS
>> +	depends on BR2_USE_WCHAR
> 
> I see some fork() function calls in the source code, so alljoyn should depends
> on BR2_USE_MMU
> 
> Also add "depends on BR2_STATIC_LIBS" here (see the last comment)
> 
Obviously I mean "depends on !BR2_STATIC_LIBS"

Best regards,
Romain




More information about the buildroot mailing list