mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 17:43:09 +02:00
Fixed dependency handling for feeds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12615 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e81a77ae5d
commit
dda76453d2
@ -286,7 +286,7 @@ sub install_package {
|
|||||||
};
|
};
|
||||||
|
|
||||||
# install all dependencies
|
# install all dependencies
|
||||||
foreach my $vpkg (@{$srcpackage{$src}}) {
|
foreach my $vpkg (@{$srcpackage{$src}}, $pkg) {
|
||||||
foreach my $dep (@{$vpkg->{depends}}, @{$vpkg->{builddepends}}) {
|
foreach my $dep (@{$vpkg->{depends}}, @{$vpkg->{builddepends}}) {
|
||||||
next if $dep =~ /@/;
|
next if $dep =~ /@/;
|
||||||
$dep =~ s/^\+//;
|
$dep =~ s/^\+//;
|
||||||
|
Loading…
Reference in New Issue
Block a user