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/10/13 19:27:15 UTC

incubator-mynewt-core git commit: Remove "@apache-mynewt-core/" from pkg.yml files.

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop 82c6b75c4 -> 774d32266


Remove "@apache-mynewt-core/" from pkg.yml files.

These prefixes are unnecessary, and they prevent pacakges from being
built within the apache-mynewt-core repo (as opposed to within a new
newt project).


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

Branch: refs/heads/develop
Commit: 774d322666b223914fb3ed61a981b1b33795020e
Parents: 82c6b75
Author: Christopher Collins <cc...@apache.org>
Authored: Thu Oct 13 12:21:16 2016 -0700
Committer: Christopher Collins <cc...@apache.org>
Committed: Thu Oct 13 12:26:54 2016 -0700

----------------------------------------------------------------------
 encoding/cborattr/pkg.yml  |  2 +-
 net/oic/pkg.yml            | 16 ++++++++--------
 net/wifi/wifi_mgmt/pkg.yml |  2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/774d3226/encoding/cborattr/pkg.yml
----------------------------------------------------------------------
diff --git a/encoding/cborattr/pkg.yml b/encoding/cborattr/pkg.yml
index b443d8e..541ab23 100644
--- a/encoding/cborattr/pkg.yml
+++ b/encoding/cborattr/pkg.yml
@@ -24,4 +24,4 @@ pkg.homepage: "http://mynewt.apache.org/"
 pkg.keywords:
 
 pkg.deps:
-    - "@apache-mynewt-core/encoding/tinycbor"
\ No newline at end of file
+    - "encoding/tinycbor"

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/774d3226/net/oic/pkg.yml
----------------------------------------------------------------------
diff --git a/net/oic/pkg.yml b/net/oic/pkg.yml
index 0843be5..92098cd 100644
--- a/net/oic/pkg.yml
+++ b/net/oic/pkg.yml
@@ -24,20 +24,20 @@ pkg.homepage: "https://www.iotivity.org/"
 pkg.keywords:
 
 pkg.deps:
-    - "@apache-mynewt-core/encoding/tinycbor"
-    - "@apache-mynewt-core/kernel/os"
-    - "@apache-mynewt-core/sys/log"
+    - "encoding/tinycbor"
+    - "kernel/os"
+    - "sys/log"
 
 pkg.deps.OC_TRANSPORT_GATT:
-    - "@apache-mynewt-core/net/nimble/host"
-    - "@apache-mynewt-core/net/nimble/host/services/gap"
-    - "@apache-mynewt-core/net/nimble/host/services/gatt"
+    - "net/nimble/host"
+    - "net/nimble/host/services/gap"
+    - "net/nimble/host/services/gatt"
 
 pkg.deps.OC_TRANSPORT_IP:
-    - "@apache-mynewt-core/net/ip/mn_socket"
+    - "net/ip/mn_socket"
 
 pkg.deps.OC_TRANSPORT_SERIAL:
-    - "@apache-mynewt-core/sys/shell"
+    - "sys/shell"
 
 # remove debug option to save logging
 pkg.cflags:

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/774d3226/net/wifi/wifi_mgmt/pkg.yml
----------------------------------------------------------------------
diff --git a/net/wifi/wifi_mgmt/pkg.yml b/net/wifi/wifi_mgmt/pkg.yml
index 9ee4eba..c5eb86e 100644
--- a/net/wifi/wifi_mgmt/pkg.yml
+++ b/net/wifi/wifi_mgmt/pkg.yml
@@ -23,6 +23,6 @@ pkg.author: "Apache Mynewt <de...@mynewt.incubator.apache.org>"
 pkg.homepage: "http://mynewt.apache.org/"
 pkg.keywords:
 pkg.deps:
-    - "@apache-mynewt-core/kernel/os"
+    - "kernel/os"
 pkg.deps.WIFI_MGMT_CLI:
     - libs/shell