From 12eeb22020f4603ee1789065aa92ef9c3cbd8e22 Mon Sep 17 00:00:00 2001 From: "jihwan.seo" Date: Fri, 9 Sep 2016 15:15:28 +0900 Subject: [PATCH] [IOT-1295] remove wrong step related Security in Tizen gbs build. the stop related secure mode should not be trigerred by default. Change-Id: I4cf684b4af392fdd5b428028ade1479066ae6809 Signed-off-by: jihwan.seo Reviewed-on: https://gerrit.iotivity.org/gerrit/11623 Tested-by: jenkins-iotivity Reviewed-by: Ashok Babu Channa --- gbsbuild.sh | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/gbsbuild.sh b/gbsbuild.sh index 72ef981..db6dd8a 100755 --- a/gbsbuild.sh +++ b/gbsbuild.sh @@ -55,26 +55,9 @@ cp -R $sourcedir/iotivity.pc.in $sourcedir/tmp cd $sourcedir/tmp -echo `pwd` -if [ -d ./extlibs/mbedtls/mbedtls ];then - cd ./extlibs/mbedtls/mbedtls - git reset --hard ad249f509fd62a3bbea7ccd1fef605dbd482a7bd ; git apply ../ocf.patch - cd - - rm -rf ./extlibs/mbedtls/mbedtls/.git* - -else - echo "" - echo "*********************************** Error: ****************************************" - echo "* Please download mbedtls using the following command: *" - echo "* $ git clone https://github.com/ARMmbed/mbedtls.git extlibs/mbedtls/mbedtls *" - echo "***********************************************************************************" - echo "" - exit -fi rm -rf ./extlibs/tinycbor/tinycbor/.git* - -# Initialize Git repository +# Initialize Git repositoryㅣ if [ ! -d .git ]; then git init ./ git config user.email "you@example.com" -- 2.7.4