From 90ae7f3a79036d8d72f06b096dd065e5dbbe7ab7 Mon Sep 17 00:00:00 2001 From: Jami Kettunen Date: Sat, 11 Mar 2023 18:55:16 +0200 Subject: [PATCH] pmb.aportgen.linux: Depend on findutils Without this on newer kernels the following is emitted during kernel build (though it still appears to build a package fine): find: unrecognized: -printf BusyBox v1.36.0 (2023-03-03 16:36:18 UTC) multi-call binary. ... See also: https://gitlab.com/postmarketOS/pmaports/-/issues/910 Reviewed-by: Oliver Smith Link: https://lists.sr.ht/~postmarketos/pmbootstrap-devel/%3C167855488981.11771.14125941910883500913-0@git.sr.ht%3E --- pmb/aportgen/linux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmb/aportgen/linux.py b/pmb/aportgen/linux.py index fcd34554..e8959584 100644 --- a/pmb/aportgen/linux.py +++ b/pmb/aportgen/linux.py @@ -10,7 +10,7 @@ def generate_apkbuild(args, pkgname, deviceinfo, patches): device = "-".join(pkgname.split("-")[1:]) carch = pmb.parse.arch.alpine_to_kernel(deviceinfo["arch"]) - makedepends = ["bash", "bc", "bison", "devicepkg-dev", "flex", + makedepends = ["bash", "bc", "bison", "devicepkg-dev", "findutils", "flex", "openssl-dev", "perl"] build = """