Skip to content
Snippets Groups Projects
Commit 804011d8 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

ignore kernel and base-files depends, both don't install anything into the staging dir

SVN-Revision: 4890
parent 575adae7
No related branches found
No related tags found
No related merge requests found
......@@ -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";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment