From 8e00db7fefca684e835afbf1e8812e9e534f4090 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Fri, 8 Feb 2019 08:20:51 +0100 Subject: [PATCH] main/uuu: only build for x86_64 Fails to build for armhf with the error below, and doesn't seem to be tested on anything but x86_64 anyway according to the project's README.md file. I did not report this upstream, because we are using the version from Purism's repository that is at 1.2.31. Upstream is already at 1.2.68, which may have fixed this already. So if somebody needs to have it working for anything other than x86_64, we should try the upstream version first. [ 83%] Creating preprocessed clst file /home/pmos/build/src/mfgtools-uuu_1.2.31/uuu/gen/emmc_burn_all.clst gen_txt_include.sh: applet not found make[2]: *** [uuu/CMakeFiles/uuu.dir/build.make:63: uuu/gen/uuu.clst] Error 127 make[2]: *** Waiting for unfinished jobs.... gen_txt_include.sh: applet not found make[2]: *** [uuu/CMakeFiles/uuu.dir/build.make:68: uuu/gen/emmc_burn_loader.clst] Error 127 gen_txt_include.sh: applet not found gen_txt_include.shmake[2]: *** [uuu/CMakeFiles/uuu.dir/build.make:73: uuu/gen/emmc_burn_all.clst] Error 127 : applet not found make[2]: *** [uuu/CMakeFiles/uuu.dir/build.make:93: uuu/gen/sd_burn_all.clst] Error 127 make[1]: *** [CMakeFiles/Makefile2:184: uuu/CMakeFiles/uuu.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 83%] Built target uuc make: *** [Makefile:130: all] Error 2 --- main/uuu/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/uuu/APKBUILD b/main/uuu/APKBUILD index 8a71562e5..396b4ca5e 100644 --- a/main/uuu/APKBUILD +++ b/main/uuu/APKBUILD @@ -3,7 +3,7 @@ pkgver=1.2.31 pkgrel=0 pkgdesc="Universal Update Utility: Freescale/NXP I.MX Chip image deploy tools" url="https://source.puri.sm/Librem5/mfgtools" -arch="all" +arch="x86_64" license="BSD" depends="libusb-compat" makedepends="libzip-dev libusb-compat-dev libusb-dev bzip2-dev cmake"