[Buildroot] [PATCH v2] package/dfu-util: allow to build it for the target as well

Wolfgang Grandegger wg at grandegger.com
Fri Sep 22 18:52:50 UTC 2017


Hello,

Am 22.09.2017 um 13:32 schrieb Arnout Vandecappelle:
> 
> 
> On 22-09-17 09:11, Wolfgang Grandegger wrote:
>> +config BR2_PACKAGE_DFU_UTIL
>> +	bool "dfu-util"
>> +	select BR2_PACKAGE_LIBUSB
> 
>   As I mentioned in my first reply, you also need to propagate libusb's
> dependency on threads and the corresponding comment.

Then I have obviously not understood your comment. Looking into 
"package/libusb/Config.in":


         depends on BR2_TOOLCHAIN_HAS_THREADS

comment "libusb needs a toolchain w/ threads"
         depends on !BR2_TOOLCHAIN_HAS_THREADS

I will add  similar lines in "dfu-util".

Wolfgang.


More information about the buildroot mailing list