build: Suggest to download supported tinycbor
authorPhilippe Coval <philippe.coval@osg.samsung.com>
Thu, 24 Nov 2016 16:47:25 +0000 (17:47 +0100)
committerPhil Coval <philippe.coval@osg.samsung.com>
Thu, 24 Nov 2016 20:25:55 +0000 (20:25 +0000)
Note this patch is appropriate for release versions (or branches)
 while master or development branches can follow upstream's master branch
 and eventually synched when needed.

Bug: https://jira.iotivity.org/browse/IOT-1600
Change-Id: I361a75fa9dd52739dce0daa8e14333c95e6c9284
Origin: https://gerrit.iotivity.org/gerrit/#/c/14763/
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/14763
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
extlibs/tinycbor/prep.sh

index b136253d8a1dbb78be7476ec06ceb83e83bf623a..dd533b1f7a374c6bfde09dfb5d1c579b60af9c2a 100755 (executable)
@@ -5,13 +5,14 @@ set -e
 # Keep cborRevision in sync with extlibs/tinycbor/SConscript's setting. Right now this script
 # assumes cborRevision is a tag; comment out the second clause if cborRevision becomes
 # a branch or a specific commit.
+cborUrl="https://github.com/01org/tinycbor"
 cborDir="./extlibs/tinycbor/tinycbor"
 cborRevision="v0.4"
 if [ ! -d ${cborDir} ]; then
     echo ""
     echo "*********************************** Error: ****************************************"
     echo "* Please download TinyCBOR using the following command:                           *"
-    echo "*     $ git clone https://github.com/01org/tinycbor.git extlibs/tinycbor/tinycbor *"
+    echo "*     $ git clone ${cborUrl} ${cborDir} -b ${cborRevision} "
     echo "***********************************************************************************"
     echo ""
     exit