Skip to content
Snippets Groups Projects
Verified Commit 07ce444c authored by Karel Koci's avatar Karel Koci :metal: Committed by Josef Schlehofer
Browse files

lists/migrate3x: change root package for replan to tos3to4-early

This solves issue that tos3to4-early depends on switch-branch and that
one depends on updater-supervisor and that one depends on updater-ng.
In the end that creates with additional dependency of updater-ng on
tos3to4-early cycle dependency and updater won't allow that with
critical package.

This just uses tos3to4-early for same purpose as previously updater-ng.
It is just rude fix to break cycle.
parent 73ff78b9
No related branches found
No related tags found
1 merge request!187lists/migrate3x: change root package for replan to tos3to4-early
......@@ -25,11 +25,11 @@ if not version_match or not self_version or version_match(self_version, "<64.0")
subdirs = { "base", "core", "packages", "turrispackages"}
})
Install('updater-ng', { critical = true })
Install('updater-ng', 'tos3to4-early', { critical = true })
Package('updater-ng', {
Package('tos3to4-early', {
replan = 'immediate',
deps = { 'libgcc', 'busybox', 'tos3to4-early' }
deps = { 'libgcc', 'busybox', 'updater-ng' }
})
--[[
Updater package does not depend on libgcc but it requires it and dependency
......
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