tinycbor: Update import to v0.4.1
authorPhilippe Coval <philippe.coval@osg.samsung.com>
Wed, 29 Mar 2017 16:34:05 +0000 (18:34 +0200)
committerDan Mihai <Daniel.Mihai@microsoft.com>
Mon, 3 Apr 2017 18:52:18 +0000 (18:52 +0000)
git "module" was converted to patch this way:

url=https://github.com/01org/tinycbor.git
tag=v0.4.1

git clone  -b $tag  extlibs/tinycbor/tinycbor
rm -rf extlibs/tinycbor/tinycbor/.git
git add -f  extlibs/tinycbor/tinycbor/
git commit -sm "tinycbor: Update import to $tag" extlibs/tinycbor/tinycbor/

Change-Id: I5365b1025b55091f371c4c7d8500b8e9b18f478c
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/18345
Tested-by: jenkins-iotivity <jenkins@iotivity.org>
Reviewed-by: Dan Mihai <Daniel.Mihai@microsoft.com>
extlibs/tinycbor/SConscript
extlibs/tinycbor/prep.sh

index 092a46b..9b7bb84 100644 (file)
@@ -27,7 +27,7 @@ src_dir = env.get('SRC_DIR')
 target_os = env.get('TARGET_OS')
 
 cborDir = os.path.join(src_dir, 'extlibs','tinycbor','tinycbor')
-cborRevision = 'v0.4'
+cborRevision = 'v0.4.1'
 
 if not os.path.exists(cborDir):
     print '''
index f17b919..c3a4251 100755 (executable)
@@ -29,7 +29,7 @@ topdir="${PWD}"
 package="tinycbor"
 packageUrl="https://github.com/01org/tinycbor"
 packageDir="./extlibs/tinycbor/tinycbor"
-packageRevision="v0.4"
+packageRevision="v0.4.1"
 
 
 do_()