mirror of
https://github.com/openwrt/openwrt.git
synced 2025-12-27 04:29:58 +04:00
Fixed dependency handling for feeds
SVN-Revision: 12615
This commit is contained in:
@@ -286,7 +286,7 @@ sub install_package {
|
||||
};
|
||||
|
||||
# install all dependencies
|
||||
foreach my $vpkg (@{$srcpackage{$src}}) {
|
||||
foreach my $vpkg (@{$srcpackage{$src}}, $pkg) {
|
||||
foreach my $dep (@{$vpkg->{depends}}, @{$vpkg->{builddepends}}) {
|
||||
next if $dep =~ /@/;
|
||||
$dep =~ s/^\+//;
|
||||
|
||||
Reference in New Issue
Block a user