projects
/
sdk
/
tools
/
sdk-build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08ab141
)
[Title] Fixed local variable name
author
donghee yang
<donghee.yang@samsung.com>
Thu, 16 Aug 2012 17:52:02 +0000
(
02:52
+0900)
committer
donghee yang
<donghee.yang@samsung.com>
Thu, 16 Aug 2012 17:52:02 +0000
(
02:52
+0900)
src/build_server/BuildJob.rb
patch
|
blob
|
history
diff --git
a/src/build_server/BuildJob.rb
b/src/build_server/BuildJob.rb
index f0ac50a49abeb72fe8268e01f09029b824c5be2b..50bd8a45001279a9a2ccfdbbb16fae84645bd3c3 100644
(file)
--- a/
src/build_server/BuildJob.rb
+++ b/
src/build_server/BuildJob.rb
@@
-1165,7
+1165,7
@@
class BuildJob
new_names = []
pkg_names.each { |p|
@parent.sub_jobs.each { |j|
- new_names += j.pkginfo.get_install_dependencies(dep_target_os, p).map {|
j| j
.package_name}
+ new_names += j.pkginfo.get_install_dependencies(dep_target_os, p).map {|
d| d
.package_name}
}
}
pkg_names += new_names