Skip to content
Snippets Groups Projects
Verified Commit 8cbc3ba4 authored by Karel Koci's avatar Karel Koci :metal: Committed by Karel Koci
Browse files

lists/base-fix.lua: add ABI change fix for libubus

This new version of libubus changed its API and so updater has to
reinstall all packages depending on it.
parent e65066fb
Branches
Tags
2 merge requests!123Turris OS 5.0 (HBK),!82lists/base-fix.lua: add ABI change fix for libubus
-- Fixes and hacks to migrate from older setups
-- ABI changed in libubus with version 2019-12-27
if not version_match or not installed or
(installed["libubus"] and version_match(installed["libubus"].version, "<2019-12-27")) then
Package("libubus", { abi_change = true })
end
include(utils.m4)dnl
include(repository.m4)dnl
list_script('base-fix')
-- Updater itself
Install('updater-ng', 'updater-supervisor', { critical = true })
Package('updater-ng', { replan = 'finished' })
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment