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

metadata: fix handling of multiple build dependencies with different conditions

SVN-Revision: 25505
parent e6a0ebc9
No related branches found
No related tags found
No related merge requests found
......@@ -738,7 +738,7 @@ sub gen_package_mk() {
if ($idx) {
my $depline;
next if $pkg->{src} eq $pkg_dep->{src}.$suffix;
next if $dep{$pkg->{src}."->".$idx};
next if $dep{$condition.":".$pkg->{src}."->".$idx};
next if $dep{$pkg->{src}."->($dep)".$idx} and $pkg_dep->{vdepends};
my $depstr;
......
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