mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 23:42:43 +00:00
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
@ -762,7 +762,7 @@ sub gen_package_mk() {
|
|||||||
$idx = $subdir{$dep}.$dep;
|
$idx = $subdir{$dep}.$dep;
|
||||||
}
|
}
|
||||||
$idx .= $suffix;
|
$idx .= $suffix;
|
||||||
undef $idx if $idx =~ /^(kernel\/linux)|(base-files)$/;
|
undef $idx if $idx eq 'base-files';
|
||||||
if ($idx) {
|
if ($idx) {
|
||||||
my $depline;
|
my $depline;
|
||||||
next if $pkg->{src} eq $pkg_dep->{src}.$suffix;
|
next if $pkg->{src} eq $pkg_dep->{src}.$suffix;
|
||||||
|
Loading…
Reference in New Issue
Block a user