pmaports.cfg: set min pmbootstrap version to 1.8.1
Require the pmbootstrap version where building kernels for armhf is fixed (triplet change is involved), and where the abuild-tar-workaround for aarch64 is not used anymore (so we can remove the package in pmaports).
This commit is contained in:
parent
9bf06a52e4
commit
7e85f49cbe
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
# - "version" gets compared with "pmb.config.pmaports_min_version"
|
# - "version" gets compared with "pmb.config.pmaports_min_version"
|
||||||
# - "pmbootstrap_min_version" gets compared with "pmb.config.version"
|
# - "pmbootstrap_min_version" gets compared with "pmb.config.version"
|
||||||
version=4
|
version=4
|
||||||
pmbootstrap_min_version=1.7.0
|
pmbootstrap_min_version=1.8.1
|
||||||
branch_pmos=master
|
branch_pmos=master
|
||||||
# Compatible branch from Alpine's aports repository
|
# Compatible branch from Alpine's aports repository
|
||||||
branch_alpine=edge
|
branch_alpine=edge
|
||||||
|
|
Loading…
Reference in a new issue