You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by vi...@apache.org on 2019/10/11 18:44:45 UTC

[mynewt-core] branch master updated: cborattr: add transient pkg

This is an automated email from the ASF dual-hosted git repository.

vipulrahane pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 96f27e3  cborattr: add transient pkg
     new 6a4c53a  Merge pull request #2038 from vrahane/cbor_dep_transient
96f27e3 is described below

commit 96f27e31dad37694fc2c2cff6500aa5554fc37ae
Author: Vipul Rahane <vr...@gmail.com>
AuthorDate: Fri Oct 11 11:33:38 2019 -0700

    cborattr: add transient pkg
---
 encoding/cborattr/pkg.yml | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/encoding/cborattr/pkg.yml b/encoding/cborattr/pkg.yml
new file mode 100644
index 0000000..c18ae53
--- /dev/null
+++ b/encoding/cborattr/pkg.yml
@@ -0,0 +1,22 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+# 
+#  http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
+pkg.name: encoding/cborattr
+pkg.type: transient
+pkg.link: "@apache-mynewt-mcumgr/cborattr"