mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 22:59:40 +02:00
ignore kernel and base-files depends, both don't install anything into the staging dir
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4890 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0d3a9cc32a
commit
adc3644da5
@ -62,6 +62,7 @@ foreach $name (sort {uc($a) cmp uc($b)} keys %pkg) {
|
||||
} elsif (defined($pkg{$dep}) && !$options{SDK}) {
|
||||
$idx = $dep;
|
||||
}
|
||||
undef $idx if $idx =~ /^(kernel)|(base-files)$/;
|
||||
if ($idx) {
|
||||
next if $dep{$pkg{$name}->{src}."->".$idx};
|
||||
$depline .= " $idx\-compile";
|
||||
|
Loading…
Reference in New Issue
Block a user