From: YounghyunJoo Date: Fri, 17 Jul 2015 04:27:43 +0000 (+0900) Subject: Modify service/SConscript file for boost download issue X-Git-Tag: 1.2.0+RC1~1441 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=35b6ae89455d2a5de0fa1b166a8d533aea624ef4;p=platform%2Fupstream%2Fiotivity.git Modify service/SConscript file for boost download issue change the building sequence of notification and protocol-plugin Change-Id: I5a8697fc70fe29034c7dddc6614e31c9c6430318 Signed-off-by: YounghyunJoo Reviewed-on: https://gerrit.iotivity.org/gerrit/1704 Tested-by: jenkins-iotivity Reviewed-by: Madan Lanka Reviewed-by: Uze Choi Tested-by: Uze Choi --- diff --git a/service/SConscript b/service/SConscript index a3bd70e..690c251 100644 --- a/service/SConscript +++ b/service/SConscript @@ -33,13 +33,14 @@ if target_os not in ['arduino','darwin','ios']: # Build soft sensor manager project SConscript('soft-sensor-manager/SConscript') + # Build notification manager project + SConscript('notification-manager/SConscript') + # Build protocol plugin project # protocol-plugin use 'inotify', this feature isn't support by MAC OSX if target_os not in ['darwin', 'ios']: SConscript('protocol-plugin/SConscript') - # Build notification manager project - SConscript('notification-manager/SConscript') #else: # SConscript('notification-manager/SampleApp/arduino/SConscript')