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/30 17:42:19 UTC

incubator-mynewt-core git commit: correct a few more pkg names

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop b889a4e01 -> 17b46ca03


correct a few more pkg names


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

Branch: refs/heads/develop
Commit: 17b46ca03d650248b4ac8a819d2526a57a2dddcc
Parents: b889a4e
Author: Sterling Hughes <st...@apache.org>
Authored: Fri Sep 30 10:42:14 2016 -0700
Committer: Sterling Hughes <st...@apache.org>
Committed: Fri Sep 30 10:42:14 2016 -0700

----------------------------------------------------------------------
 encoding/tinycbor/pkg.yml                | 2 +-
 net/ip/mn_socket/test/pkg.yml            | 2 +-
 net/nimble/host/services/bleuart/pkg.yml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/17b46ca0/encoding/tinycbor/pkg.yml
----------------------------------------------------------------------
diff --git a/encoding/tinycbor/pkg.yml b/encoding/tinycbor/pkg.yml
index e534563..acd66c0 100644
--- a/encoding/tinycbor/pkg.yml
+++ b/encoding/tinycbor/pkg.yml
@@ -23,4 +23,4 @@ pkg.author: "Apache Mynewt <de...@mynewt.incubator.apache.org>"
 pkg.homepage: "http://mynewt.apache.org/"
 pkg.keywords:
 
-pkg.cflags: -DWITHOUT_OPEN_MEMSTREAM -I../include/tinycbor
\ No newline at end of file
+pkg.cflags: -DWITHOUT_OPEN_MEMSTREAM -I../include/tinycbor

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/17b46ca0/net/ip/mn_socket/test/pkg.yml
----------------------------------------------------------------------
diff --git a/net/ip/mn_socket/test/pkg.yml b/net/ip/mn_socket/test/pkg.yml
index 25c4d0a..3801a90 100644
--- a/net/ip/mn_socket/test/pkg.yml
+++ b/net/ip/mn_socket/test/pkg.yml
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 #
-pkg.name: sys/mn_socket/test
+pkg.name: net/ip/mn_socket/test
 pkg.type: unittest
 pkg.description: "Mynewt socket unit tests."
 pkg.author: "Apache Mynewt <de...@mynewt.incubator.apache.org>"

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/17b46ca0/net/nimble/host/services/bleuart/pkg.yml
----------------------------------------------------------------------
diff --git a/net/nimble/host/services/bleuart/pkg.yml b/net/nimble/host/services/bleuart/pkg.yml
index 96d4c44..928cb69 100644
--- a/net/nimble/host/services/bleuart/pkg.yml
+++ b/net/nimble/host/services/bleuart/pkg.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-pkg.name: libs/bleuart
+pkg.name: net/nimble/host/services/bleuart
 pkg.description: BLE uart service.
 pkg.author: "Apache Mynewt <de...@mynewt.incubator.apache.org>"
 pkg.homepage: "http://mynewt.apache.org/"