build: Update tinycbor to 0.3.1
authorPhilippe Coval <philippe.coval@osg.samsung.com>
Thu, 1 Sep 2016 17:14:14 +0000 (19:14 +0200)
committerPhilippe Coval <philippe.coval@osg.samsung.com>
Tue, 4 Apr 2017 14:32:08 +0000 (16:32 +0200)
It is strongly recommended to rely on scons instead,
 if not possible, this can be done differently using this script.

For more details about building IoTivity please check:

https://wiki.iotivity.org/build

Bug: https://jira.iotivity.org/browse/IOT-820
Change-Id: If10a86428945696c4766003c1d72fd4c03c46511
Origin: https://gerrit.iotivity.org/gerrit/#/c/11699/
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
prep.sh

diff --git a/prep.sh b/prep.sh
index c38d452..b155683 100755 (executable)
--- a/prep.sh
+++ b/prep.sh
@@ -50,7 +50,7 @@ EOF
 
     echo "# Checking for tinycbor presence:"
     tinycbor_url='https://github.com/01org/tinycbor.git'
-    tinycbor_rev='v0.2.1'
+    tinycbor_rev='v0.3.1'
     if [ ! -e 'extlibs/tinycbor/tinycbor' ] ; then
         do_ "git clone --depth 1 -b "${tinycbor_rev}" "$tinycbor_url" extlibs/tinycbor/tinycbor"
     fi