forked from Mirror/pmbootstrap
Don't install gcc, ccache, git when the user only wants to update the checksums of a package. Reviewed-by: Caleb Connolly <kc@postmarketos.org> Tested-by: Caleb Connolly <kc@postmarketos.org> Link: https://lists.sr.ht/~postmarketos/pmbootstrap-devel/%3C20230419192042.3951-3-ollieparanoid@postmarketos.org%3E
9 lines
409 B
Python
9 lines
409 B
Python
# Copyright 2023 Oliver Smith
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
from pmb.build.init import init, init_abuild_minimal, init_compiler
|
|
from pmb.build.envkernel import package_kernel
|
|
from pmb.build.kconfig import menuconfig
|
|
from pmb.build.newapkbuild import newapkbuild
|
|
from pmb.build.other import copy_to_buildpath, is_necessary, \
|
|
index_repo
|
|
from pmb.build._package import mount_pmaports, package
|