install build-depends packages as well
[openwrt.git] / scripts / feeds
index afb8fff..2b50d5c 100755 (executable)
@@ -265,7 +265,7 @@ sub install_package {
        $installed{$src} and return 0;
 
        # install all dependencies
-       foreach my $dep (@{$pkg->{depends}}) {
+       foreach my $dep (@{$pkg->{depends}}, @{$pkg->{builddepends}}) {
                next if $dep =~ /@/;
                $dep =~ s/^\+//;
                install_package($feed, $dep) == 0 or $ret = 1;
This page took 0.020486 seconds and 4 git commands to generate.