Updated Tizen GBS build script to fix tinycbor clone error
authorAbhishek Pandey <abhi.siso@samsung.com>
Tue, 29 Sep 2015 06:44:41 +0000 (12:14 +0530)
committerMadan Lanka <lanka.madan@samsung.com>
Tue, 29 Sep 2015 09:51:19 +0000 (09:51 +0000)
commit8004fc298636d66b236dd527c981b7f34845b0e7
tree7e953f37a6474a288f2fdc2d80a44e76a68b00f4
parent6a363a38519075f2158965e98cab7db57705ccd8
Updated Tizen GBS  build script to fix tinycbor clone error

During Jenkins build, tinycbor library is copied as a soft link in extlibs folder.
For Tizen build, we copy from this location to tmp folder, which in turn
is copied to GBS-ROOT during build. While copying from extlibs/tinycbor
which is present as a soft link, error appear during jenkins build.

Fixed the error by giving -L option during in copy command.
Also, added error return clause in gbs build script to enable
jenkins catch the error in case of build break.

Change-Id: I24c149dabd3ac3c382adf8aa11a60b0adae38a68
Signed-off-by: Abhishek Pandey <abhi.siso@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/3247
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Madan Lanka <lanka.madan@samsung.com>
gbsbuild.sh