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:
Felix Fietkau 2013-07-19 12:49:21 +00:00
parent c7f8cb3f4f
commit 14b307c10e

View File

@ -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;