[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
Source : dibs
-Version :1.0.5
+Version :1.0.6
Maintainer : taejun ha<taejun.ha@samsung.com>, jiil hyoun <jiil.hyoun@samsung.com>, donghyuk yang <donghyouk.yang@samsung.com>, donghee yang <donghee.yang@samsung.com>, sungmin kim <dev.sungmin.kim@samsung.com
Package : dibs
# convert directory format when windows
if Utils.is_windows_like_os( @host_os ) then
- src_path = Utils.get_unix_path( src_path )
+ src_path2 = Utils.get_unix_path( src_path )
+ else
+ src_path2 = src_path
end
env_def =
"BUILD_TARGET_OS=#{os} \
TARGET_OS=#{os} \
TARGET_OS_CATEGORY=#{os_category} \
- SRCDIR=\"#{src_path}\" \
+ SRCDIR=\"#{src_path2}\" \
ROOTDIR=\"#{build_root_dir}\" \
VERSION=\"#{version}\" "