You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2015/11/16 20:35:36 UTC

incubator-mynewt-larva git commit: Native bsp now depends on libs/util.

Repository: incubator-mynewt-larva
Updated Branches:
  refs/heads/master 0c8cb58ff -> d1cb3225a


Native bsp now depends on libs/util.


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

Branch: refs/heads/master
Commit: d1cb3225a9fa2874de655690151afa82943c6223
Parents: 0c8cb58
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Mon Nov 16 11:34:50 2015 -0800
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Mon Nov 16 11:34:50 2015 -0800

----------------------------------------------------------------------
 hw/bsp/native/egg.yml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/blob/d1cb3225/hw/bsp/native/egg.yml
----------------------------------------------------------------------
diff --git a/hw/bsp/native/egg.yml b/hw/bsp/native/egg.yml
index efd33e5..8e0741c 100644
--- a/hw/bsp/native/egg.yml
+++ b/hw/bsp/native/egg.yml
@@ -1,5 +1,6 @@
 egg.name: "hw/bsp/native"
 egg.deps: 
     - hw/mcu/native
+    - libs/util
 egg.deps.BLE_DEVICE:
     - net/nimble/drivers/native