This is an automated email from the ASF dual-hosted git repository.

jacobrosenthal pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 19f8858  LOG_NEWTMGR sysflag path missing cborattr dependency (#839)
19f8858 is described below

commit 19f885881778de0b9516ee71a680ddf5ded2231e
Author: Jacob Rosenthal <jacobrosent...@gmail.com>
AuthorDate: Thu Feb 22 21:57:03 2018 -0700

    LOG_NEWTMGR sysflag path missing cborattr dependency (#839)
---
 sys/log/full/pkg.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys/log/full/pkg.yml b/sys/log/full/pkg.yml
index a79512e..c9fb9ee 100644
--- a/sys/log/full/pkg.yml
+++ b/sys/log/full/pkg.yml
@@ -36,6 +36,8 @@ pkg.deps.LOG_CLI:
 
 pkg.deps.LOG_NEWTMGR:
     - mgmt/mgmt
+    - encoding/cborattr
+    - encoding/tinycbor
 
 pkg.apis:
     - log

-- 
To stop receiving notification emails like this one, please contact
jacobrosent...@apache.org.

Reply via email to