You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by we...@apache.org on 2015/11/11 07:00:29 UTC

[2/2] incubator-mynewt-larva git commit: Temporary fix to get projects building with addition of ble driver dependency

Temporary fix to get projects building with addition of ble driver dependency


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

Branch: refs/heads/master
Commit: e50f0dc30714f3373cd711582e0b10d31a7aea7b
Parents: 313f653
Author: wes3 <wi...@micosa.io>
Authored: Tue Nov 10 21:53:39 2015 -0800
Committer: wes3 <wi...@micosa.io>
Committed: Tue Nov 10 21:54:40 2015 -0800

----------------------------------------------------------------------
 net/nimble/drivers/nrf52/egg.yml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/blob/e50f0dc3/net/nimble/drivers/nrf52/egg.yml
----------------------------------------------------------------------
diff --git a/net/nimble/drivers/nrf52/egg.yml b/net/nimble/drivers/nrf52/egg.yml
index 49eb592..40c77ac 100644
--- a/net/nimble/drivers/nrf52/egg.yml
+++ b/net/nimble/drivers/nrf52/egg.yml
@@ -1,2 +1,5 @@
 egg.name: net/nimble/drivers/nrf52
 egg.vers: 0.1 
+egg.deps:
+    - net/nimble
+    - net/nimble/controller