projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef60dcf
)
scripts/metadata.pl: fix ignoring missing host dependencies
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 13 Mar 2014 14:14:06 +0000
(14:14 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 13 Mar 2014 14:14:06 +0000
(14:14 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39917
scripts/metadata.pl
patch
|
blob
|
history
diff --git
a/scripts/metadata.pl
b/scripts/metadata.pl
index 8fe1b90cf6c9969f512a4ca3259ffc826b906815..f075525e1dadea8256844edede19a3a0f12afc22 100755
(executable)
--- a/
scripts/metadata.pl
+++ b/
scripts/metadata.pl
@@
-774,9
+774,10
@@
sub gen_package_mk() {
} elsif (defined($srcpackage{$dep})) {
$idx = $subdir{$dep}.$dep;
}
- $idx .= $suffix;
undef $idx if $idx eq 'base-files';
if ($idx) {
+ $idx .= $suffix;
+
my $depline;
next if $pkg->{src} eq $pkg_dep->{src}.$suffix;
next if $dep{$condition.":".$pkg->{src}."->".$idx};