X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tools%2Fvagrant%2Fiotivity-setup.sh;h=78d675fa4f1411899c76de681dd618a22b9b66ac;hb=8c01dff2c5bc5496f7dc1632c498943ec6ecb015;hp=1de684706dee54a1296f946fc20f1aba319055a5;hpb=935fdb9b67b6c10d007e652e9e2e028fd6ccfe09;p=platform%2Fupstream%2Fiotivity.git diff --git a/tools/vagrant/iotivity-setup.sh b/tools/vagrant/iotivity-setup.sh index 1de6847..78d675f 100644 --- a/tools/vagrant/iotivity-setup.sh +++ b/tools/vagrant/iotivity-setup.sh @@ -28,18 +28,14 @@ then scp -p -P 29418 ${GIT_USER}@gerrit.iotivity.org:hooks/commit-msg iotivity/.git/hooks/ fi -export CEREAL_DIR=iotivity/extlibs/cereal +export TINYCBOR_DIR=iotivity/extlibs/tinycbor if [ ! -d ${CEREAL_DIR} ] then - git clone https://github.com/USCiLab/cereal.git ${CEREAL_DIR} - pushd ${CEREAL_DIR} - git reset --hard 7121e91e6ab8c3e6a6516d9d9c3e6804e6f65245 - git apply ../../resource/patches/cereal_gcc46.patch - popd + git clone https://github.com/01org/tinycbor ${CEREAL_DIR} fi ####################################### -# Android +# Android ####################################### echo "Set up Android NDK"