Skip to content

Commit

Permalink
Mynewt app: Remove .OVERWITE suffix from pkg.deps
Browse files Browse the repository at this point in the history
The boot loader app needs all the base dependencies, whether or not
`BOOT_SERIAL` is enabled.  Therefore, it makes sense for the serial boot
loader to add to, rather than replace, the dependency list.

This bug in the pkg.yml file went unnoticed ealier because of an issue
in newt: it used to effectively ignore the `.OVERWRITE` suffix when it
was applied to `pkg.deps`.

Signed-off-by: Christopher Collins <ccollins@apache.org>
  • Loading branch information
ccollins476ad authored and utzig committed Feb 23, 2018
1 parent 3f9ec90 commit db974f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot/mynewt/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ pkg.deps:
- "@apache-mynewt-core/kernel/os"
- "@apache-mynewt-core/sys/console/minimal"

pkg.deps.BOOT_SERIAL.OVERWRITE:
pkg.deps.BOOT_SERIAL:
- "@mcuboot/boot/boot_serial"

0 comments on commit db974f2

Please sign in to comment.