Skip to content
Snippets Groups Projects
Commit 83e3faa2 authored by Simon Rose's avatar Simon Rose
Browse files

Fix failing test

parent f289b529
No related branches found
No related tags found
1 merge request!127E3-1167: Fix failing doubly-recursive dependency
Pipeline #142239 passed
......@@ -372,9 +372,7 @@ define update_dep_versions
# If module_VERSION already exists fails if it doesn't matches
# module_FETCHED_VERSION.
$$(foreach mm,$$($$m_DEPS),\
$$(eval\
$$(mm)_FETCHED_VERSION := $$(call select,2,$$($$m_TBL),$$$$(call str-eq,$$$$1,$$(mm)))\
)\
$$(eval $$(mm)_FETCHED_VERSION := $$(call select,2,$$($$m_TBL),$$$$(call str-eq,$$$$1,$$(mm))))\
$$(if $$($$(mm)_VERSION),\
$$(if $$(filter-out $$($$(mm)_FETCHED_VERSION),$$($$(mm)_VERSION)),\
$$(error "$$(m) depends on $$(mm),$$($$(mm)_FETCHED_VERSION) but $$(mm),$$($$(mm)_VERSION) is also needed"),\
......
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