forked from Mirror/pmbootstrap
Since cross-native2 was introduced, pmbootstrap now tells the user which host and which build dependencies are getting installed. This makes sense if they get installed into separate chroots, but not if they get installed into the same chroot: $ pmbootstrap build hello-world-wrapper --force [16:47:19] Building 1 package [16:47:19] * edge/hello-world-wrapper [16:47:19] => (1/1) edge/hello-world-wrapper: Installing dependencies [16:47:19] *** Install host dependencies [16:47:19] (native) install hello-world [16:47:20] *** Install build dependencies [16:47:20] (native) install hello-world [16:47:22] => edge/hello-world-wrapper: Building package Don't list the depends separately if we are installing them into the same chroot: $ pmbootstrap build hello-world-wrapper --force [16:51:35] Building 1 package [16:51:35] * edge/hello-world-wrapper [16:51:35] => (1/1) edge/hello-world-wrapper: Installing dependencies [16:51:35] (native) install hello-world [16:51:36] => edge/hello-world-wrapper: Building package Part-of: https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/merge_requests/2589 |
||
---|---|---|
.. | ||
__init__.py | ||
_package.py | ||
autodetect.py | ||
backend.py | ||
checksum.py | ||
envkernel.py | ||
init.py | ||
kconfig.py | ||
newapkbuild.py | ||
other.py |