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

[7/7] incubator-mynewt-core git commit: lwip_base - Add required mn_socket dependency.

lwip_base - Add required mn_socket dependency.


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

Branch: refs/heads/1_0_0_b1_dev
Commit: a3175ec5948ac66a2277d5fcc7ccf52bda29e111
Parents: 01e8670
Author: Christopher Collins <cc...@apache.org>
Authored: Tue Nov 29 11:30:06 2016 -0800
Committer: Christopher Collins <cc...@apache.org>
Committed: Tue Nov 29 11:32:03 2016 -0800

----------------------------------------------------------------------
 net/ip/lwip_base/pkg.yml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/a3175ec5/net/ip/lwip_base/pkg.yml
----------------------------------------------------------------------
diff --git a/net/ip/lwip_base/pkg.yml b/net/ip/lwip_base/pkg.yml
index 27ea992..7941a76 100644
--- a/net/ip/lwip_base/pkg.yml
+++ b/net/ip/lwip_base/pkg.yml
@@ -29,6 +29,7 @@ pkg.keywords:
 
 pkg.deps:
     - net/ip
+    - net/ip/mn_socket
 
 pkg.cflags:
     - -Wno-unused-but-set-variable