ARMmbed / yotta

DEPRECATED: yotta build; better software
Apache License 2.0
164 stars 64 forks source link

Duplicated message about yotta-shrinkwrap.json #676

Open MarceloSalazar opened 8 years ago

MarceloSalazar commented 8 years ago
C:\mbed\xxx>yt build
warning: dependencies of mbed-thread-example are pegged by yotta-shrinkwrap.json
warning: dependencies of mbed-thread-example are pegged by yotta-shrinkwrap.json
info: generate for target: ...
warning: nothing to build!

yotta version 0.13.0

autopulated commented 8 years ago

This happens because the module.json (and shrinkwrap) is parsed separately by the build and install steps, and this message is emitted when the file is parsed, but you're right that it shouldn't be.