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:32 UTC

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

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

Branch: refs/heads/1_0_0_b1_dev
Commit: dbb8ead528c5357426d79fe1b1a7e8331eba8efc
Parents: 75944ff
Author: Christopher Collins <cc...@apache.org>
Authored: Fri Nov 11 11:19:57 2016 -0800
Committer: Christopher Collins <cc...@apache.org>
Committed: Fri Nov 11 11:19:57 2016 -0800

----------------------------------------------------------------------
 mgmt/mgmt/pkg.yml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/dbb8ead5/mgmt/mgmt/pkg.yml
----------------------------------------------------------------------
diff --git a/mgmt/mgmt/pkg.yml b/mgmt/mgmt/pkg.yml
index bfe0435..34281f9 100644
--- a/mgmt/mgmt/pkg.yml
+++ b/mgmt/mgmt/pkg.yml
@@ -25,3 +25,4 @@ pkg.keywords:
 
 pkg.deps:
     - kernel/os
+    - encoding/tinycbor