You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2016/11/11 20:50:33 UTC

[3/4] incubator-mynewt-core git commit: config - Add required tinycbor dependency.

config - Add required tinycbor dependency.


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/f6340c26
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/f6340c26
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/f6340c26

Branch: refs/heads/1_0_0_b1_dev
Commit: f6340c264c750e184eca09aa47aa0d074cdcf56b
Parents: dbb8ead
Author: Christopher Collins <cc...@apache.org>
Authored: Fri Nov 11 11:20:17 2016 -0800
Committer: Christopher Collins <cc...@apache.org>
Committed: Fri Nov 11 11:20:17 2016 -0800

----------------------------------------------------------------------
 sys/config/pkg.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/f6340c26/sys/config/pkg.yml
----------------------------------------------------------------------
diff --git a/sys/config/pkg.yml b/sys/config/pkg.yml
index 9a154e0..ac7b15a 100644
--- a/sys/config/pkg.yml
+++ b/sys/config/pkg.yml
@@ -28,7 +28,7 @@ pkg.deps:
 pkg.deps.CONFIG_CLI:
     - sys/shell
 pkg.deps.CONFIG_NEWTMGR:
-    - encoding/json
+    - encoding/cborattr
     - mgmt/mgmt
 pkg.deps.CONFIG_FCB:
     - fs/fcb