Revert "pmb.config: add the full hexdump to the list of installed build packages (MR 2454)"

This should have been fixed as of seven months ago[1], so we should be good
to revert this by now.

This reverts commit 83d6a26291.

Closes https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/issues/2472

 [1]: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/74494

Part-of: https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/merge_requests/2618
This commit is contained in:
Newbyte 2025-06-04 13:41:39 +02:00 committed by Oliver Smith
parent e5dfbd9293
commit 3c1699b5c1
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -220,11 +220,7 @@ chroot_outdated = 3600 * 24 * 2
# for the first time
# IMPORTANT: the order here matters, it is the order these packages will
# be built in (if needed). abuild must be first!
#
# NOTE: full hexdump is installed to workaround a bug in busybox,
# see https://gitlab.postmarketos.org/postmarketOS/pmaports/-/issues/3268. This can be
# reverted when the bug is properly fixed.
build_packages = ["abuild", "apk-tools", "build-base", "ccache", "git", "hexdump", "pigz"]
build_packages = ["abuild", "apk-tools", "build-base", "ccache", "git", "pigz"]
#
# PARSE