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 03:29:05 UTC

incubator-mynewt-blinky git commit: update to new directory structure

Repository: incubator-mynewt-blinky
Updated Branches:
  refs/heads/develop 4aaf2a8d5 -> 05b4cc403


update to new directory structure


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-blinky/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-blinky/commit/05b4cc40
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-blinky/tree/05b4cc40
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-blinky/diff/05b4cc40

Branch: refs/heads/develop
Commit: 05b4cc40305fd1e737696cd2df7348c0634e35aa
Parents: 4aaf2a8
Author: Sterling Hughes <st...@apache.org>
Authored: Wed Sep 28 20:28:52 2016 -0700
Committer: Sterling Hughes <st...@apache.org>
Committed: Wed Sep 28 20:28:52 2016 -0700

----------------------------------------------------------------------
 apps/blinky/pkg.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-blinky/blob/05b4cc40/apps/blinky/pkg.yml
----------------------------------------------------------------------
diff --git a/apps/blinky/pkg.yml b/apps/blinky/pkg.yml
index 709481b..99a0163 100644
--- a/apps/blinky/pkg.yml
+++ b/apps/blinky/pkg.yml
@@ -25,6 +25,6 @@ pkg.homepage: "http://mynewt.apache.org/"
 pkg.keywords:
 
 pkg.deps:
-    - "@apache-mynewt-core/libs/os"
+    - "@apache-mynewt-core/kernel/os"
     - "@apache-mynewt-core/hw/hal"
-    - "@apache-mynewt-core/libs/console/full"
+    - "@apache-mynewt-core/sys/console/full"