[Title] Fixed local variable name
authordonghee yang <donghee.yang@samsung.com>
Thu, 16 Aug 2012 17:52:02 +0000 (02:52 +0900)
committerdonghee yang <donghee.yang@samsung.com>
Thu, 16 Aug 2012 17:52:02 +0000 (02:52 +0900)
src/build_server/BuildJob.rb

index f0ac50a49abeb72fe8268e01f09029b824c5be2b..50bd8a45001279a9a2ccfdbbb16fae84645bd3c3 100644 (file)
@@ -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