Fix for IOT-686
authorRavi Nanjundappa <nravi.n@samsung.com>
Mon, 7 Sep 2015 08:35:25 +0000 (14:05 +0530)
committerJon A. Cruz <jonc@osg.samsung.com>
Wed, 9 Sep 2015 05:12:33 +0000 (05:12 +0000)
Replaced "tiny-cbor" with "tinycbor".

Change-Id: I923cb348fdfda3afa7de97b7323c5e4275210127
Signed-off-by: Ravi Nanjundappa <nravi.n@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/2395
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Jon A. Cruz <jonc@osg.samsung.com>
Readme.scons.txt

index fd0b3a0..bc0c411 100644 (file)
@@ -9,8 +9,8 @@ command in this directory)
 
     Build release binaries:
       $ scons
-(Note: C sdk requires tiny-cbor. Please follow the instruction in the build
-message to install tiny-cbor)
+(Note: C sdk requires tinycbor. Please follow the instruction in the build
+message to install tinycbor)
 
     Build debug binaries:
       $scons RELEASE=false
@@ -116,8 +116,8 @@ so you don't need to add it in command line each time. The build script will
 guide you to do that.)
 
 Tizen:
-To build for tizen platform tiny-cbor library is needed.
-Please download tiny-cbor if it is not present in extlibs/tiny-cbor folder
+To build for tizen platform tinycbor library is needed.
+Please download tinycbor if it is not present in extlibs/tinycbor folder
 by doing the following:
        $ git clone https://github.com/01org/tinycbor.git extlibs/tinycbor/tinycbor