projects
/
tools
/
build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
781bcf4
)
Fix bug for deps and redeps bug (it ignore higher versions checking)
author
jiankang.fan
<jiankang.fan@samsung.com>
Thu, 10 Mar 2016 11:40:12 +0000
(19:40 +0800)
committer
jiankang.fan
<jiankang.fan@samsung.com>
Thu, 10 Mar 2016 11:40:12 +0000
(19:40 +0800)
Change-Id: I3ae1d1e65511d4cacdcaf98b4a387e1d0d84a646
Signed-off-by: jiankang.fan <jiankang.fan@samsung.com>
expanddeps
patch
|
blob
|
history
diff --git
a/expanddeps
b/expanddeps
index c7520bd1eaf6d69aea7b9b730a7b590e8f619ffc..6657b06affd859e46b919dce7217bb5703a8ff0a 100755
(executable)
--- a/
expanddeps
+++ b/
expanddeps
@@
-201,7
+201,6
@@
while(<F>) {
} elsif (/^O:(.*?)-\d+\/\d+\/\d+: (.*)$/) {
$pkgO = $2;
} elsif (/^I:(.*?)-\d+\/\d+\/\d+: (.*)$/) {
- next if $packs_done{$1};
my ($i, $newid) = ($1, $2);
undef $i unless !$ids{$i} || $verscmp->($ids{$i}, $newid) < 0;
undef $i unless defined($pkgF) && defined($pkgP);