[Resource-Encapsulation]Build service container sample bundle for tizen Platform.
authorarya.k <arya.kumar@samsung.com>
Mon, 7 Sep 2015 10:48:50 +0000 (16:18 +0530)
committerMadan Lanka <lanka.madan@samsung.com>
Tue, 8 Sep 2015 00:44:01 +0000 (00:44 +0000)
Change-Id: I8dfc06685fc719bb88ed0a98f87aec1c3dcde0ad
Signed-off-by: arya.k <arya.kumar@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/2397
Reviewed-by: Abhishek Pandey <abhi.siso@samsung.com>
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Madan Lanka <lanka.madan@samsung.com>
service/resource-encapsulation/src/resourceContainer/SConscript

index 966cc12..aa6af09 100644 (file)
@@ -127,7 +127,7 @@ resource_container_env.InstallTarget([res_container_static,res_container_shared]
 ######################################################################
 # build soft sensor sample bundle
 ######################################################################
-if target_os == 'linux':
+if target_os in ['linux', 'tizen']:
        ss_resource_bundle_env = resource_container_env.Clone()
        ss_resource_bundle_env.AppendUnique(CCFLAGS = ['-fPIC'])