You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by st...@apache.org on 2016/09/29 02:11:34 UTC

incubator-mynewt-core git commit: remove last references to libs/console/full

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop 040aa6f23 -> 5e78e26db


remove last references to libs/console/full


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

Branch: refs/heads/develop
Commit: 5e78e26dbc619557200deafb4c24718fa8f4e3cd
Parents: 040aa6f
Author: Sterling Hughes <st...@apache.org>
Authored: Wed Sep 28 19:11:07 2016 -0700
Committer: Sterling Hughes <st...@apache.org>
Committed: Wed Sep 28 19:11:07 2016 -0700

----------------------------------------------------------------------
 apps/spitest/pkg.yml  | 6 +++---
 sys/console/README.md | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/5e78e26d/apps/spitest/pkg.yml
----------------------------------------------------------------------
diff --git a/apps/spitest/pkg.yml b/apps/spitest/pkg.yml
index 58a8872..e97c2bd 100644
--- a/apps/spitest/pkg.yml
+++ b/apps/spitest/pkg.yml
@@ -25,9 +25,9 @@ pkg.homepage: "http://mynewt.apache.org/"
 pkg.keywords:
 
 pkg.deps:
-    - libs/console/full
-    - libs/os
-    - libs/shell
+    - sys/console/full
+    - kernel/os
+    - sys/shell
     - sys/config
     - sys/log
     - sys/stats

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/5e78e26d/sys/console/README.md
----------------------------------------------------------------------
diff --git a/sys/console/README.md b/sys/console/README.md
index 4ef8bd7..93c92b2 100644
--- a/sys/console/README.md
+++ b/sys/console/README.md
@@ -28,6 +28,6 @@ There are two versions of this library;
 You can write a package which uses ```console_printf()```, and builder of a
 project can select which one they'll use.
 For the package, list in the pkg.yml console as the required capability.
-Project builder will then include either libs/console/full or
-libs/console/stub as their choice.
+Project builder will then include either sys/console/full or
+sys/console/stub as their choice.