Skip to content
Snippets Groups Projects

pmb.config: add the full hexdump to the list of installed build packages

Merged Clayton Craft requested to merge craftyguy/hexdump_4_builds into master
All threads resolved!
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
+ 4
0
@@ -211,6 +211,10 @@ 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"]
#
Loading