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:
c6bda49
)
Fix merge patch error for(Support ExportFilter)
author
jiankang.fan
<jiankang.fan@samsung.com>
Thu, 10 Mar 2016 08:54:14 +0000
(16:54 +0800)
committer
jiankang.fan
<jiankang.fan@samsung.com>
Thu, 10 Mar 2016 08:54:14 +0000
(16:54 +0800)
Change-Id: Ic0e13850b901c0b11b5403b53e9e7cec8096ab53
Signed-off-by: jiankang.fan <jiankang.fan@samsung.com>
expanddeps
patch
|
blob
|
history
diff --git
a/expanddeps
b/expanddeps
index 05de077d2146a36df4214bed0ae3a5717fd46614..c7520bd1eaf6d69aea7b9b730a7b590e8f619ffc 100755
(executable)
--- a/
expanddeps
+++ b/
expanddeps
@@
-176,6
+176,11
@@
while(<F>) {
if (/^F:(.*?)-\d+\/\d+\/\d+: (.*)$/) {
my $pkgname = basename($2);
$pkgF = $2;
+ next if $fn{$1};
+ $fn{$1} = $2;
+ my $pack = $1;
+ $pack =~ /^(.*)\.([^\.]+)$/ or die;
+ push @{$packs_arch{$2}}, $1;
my $basename = $1;
my $arch = $2;
for(keys %exportfilters) {