build: suppress conditional dependencies if there are unconditional dependencies...
[openwrt/openwrt.git] / scripts / metadata.pl
index 5625b8b5be0a50ad52fefdce635ae86ffbfd6ca0..28ddefcd9c92c99ea2aaf5f4ab1110c130e77e7e 100755 (executable)
@@ -454,6 +454,7 @@ sub mconf_depends {
 
                next if $condition eq $depend;
                next if $seen->{"$parent_condition:$depend"};
+               next if $seen->{":$depend"};
                $seen->{"$parent_condition:$depend"} = 1;
                if ($depend =~ /^(.+):(.+)$/) {
                        if ($1 ne "PACKAGE_$pkgname") {