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>
# 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