scripts/metadata.pl: fix ignoring missing host dependencies
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39917 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
65295c0bb2
commit
b82c3dff26
1 changed files with 2 additions and 1 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue