X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=extra_options.scons;h=c8453c61a50e592042b46e5275ddf8f3aec1dc88;hb=d6090e7459aee96d09eee6b819ce1dda8cc78502;hp=2ceb100df2c0a0b8b0d71e2c354d5a1d1f57f6e8;hpb=d4a07536c837fb68f03fb2724f7d2dbfe12e0d22;p=platform%2Fupstream%2Fiotivity.git diff --git a/extra_options.scons b/extra_options.scons index 2ceb100..c8453c6 100644 --- a/extra_options.scons +++ b/extra_options.scons @@ -31,17 +31,3 @@ target_os = env.get('TARGET_OS') target_arch = env.get('TARGET_ARCH') src_dir = env.get('SRC_DIR') -# check 'cereal' library, temporarily put it here -if not os.path.exists(src_dir + '/extlibs/cereal'): - print ''' -*********************************** Error: ************************************** -* 'Cereal' library doesn't exist. please download cereal to extlibs directory * -* add apply the patch as following: * -* $ git clone https://github.com/USCiLab/cereal.git /extlibs/cereal* -* $ cd /extlibs/cereal * -* $ git reset --hard 7121e91e6ab8c3e6a6516d9d9c3e6804e6f65245 * -* $ git apply ../../resource/patches/cereal_gcc46.patch * -********************************************************************************* -''' - Exit(1) -