bleprph - Add explicit mgmt/imgmgr dep. This does not change behavior; it only clarifies bleprph's dependencies.
Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/50963cc2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/50963cc2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/50963cc2 Branch: refs/heads/develop Commit: 50963cc29d42ee38b61bcd3324d328183a5501e7 Parents: 5a7ba4e Author: Christopher Collins <[email protected]> Authored: Tue Jan 24 10:35:23 2017 -0800 Committer: Christopher Collins <[email protected]> Committed: Tue Jan 24 10:35:23 2017 -0800 ---------------------------------------------------------------------- apps/bleprph/pkg.yml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/50963cc2/apps/bleprph/pkg.yml ---------------------------------------------------------------------- diff --git a/apps/bleprph/pkg.yml b/apps/bleprph/pkg.yml index 75d1f1f..2bc97bd 100644 --- a/apps/bleprph/pkg.yml +++ b/apps/bleprph/pkg.yml @@ -25,6 +25,7 @@ pkg.keywords: pkg.deps: - boot/split - kernel/os + - mgmt/imgmgr - mgmt/newtmgr - mgmt/newtmgr/transport/ble - net/nimble/controller
