scripts/metadata.pl: emit dependencies for package/kernel/linux
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37433
This commit is contained in:
parent
c7f8cb3f4f
commit
14b307c10e
1 changed files with 1 additions and 1 deletions
|
@ -762,7 +762,7 @@ sub gen_package_mk() {
|
|||
$idx = $subdir{$dep}.$dep;
|
||||
}
|
||||
$idx .= $suffix;
|
||||
undef $idx if $idx =~ /^(kernel\/linux)|(base-files)$/;
|
||||
undef $idx if $idx eq 'base-files';
|
||||
if ($idx) {
|
||||
my $depline;
|
||||
next if $pkg->{src} eq $pkg_dep->{src}.$suffix;
|
||||
|
|
Loading…
Reference in a new issue