aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-10-30 15:20:38 +0100
committerJakub Jirutka <jakub@jirutka.cz>2016-10-30 15:20:38 +0100
commitf4c7e289dbdbaa00da98009d4018cef25906b573 (patch)
treec6f75c815781d63c02cddd7c2f85c6431a209ba2 /testing
parent85c6e80df09d595ef21001f1fb30e03c4ce51e18 (diff)
downloadaports-f4c7e289dbdbaa00da98009d4018cef25906b573.tar.bz2
aports-f4c7e289dbdbaa00da98009d4018cef25906b573.tar.xz
testing/thermald: disable on aarch64
Build failed: src/thd_engine.cpp:38:19: fatal error: cpuid.h: No such file or directory #include <cpuid.h> ^ compilation terminated. make[2]: *** [Makefile:744: src/thermald-thd_engine.o] Error 1
Diffstat (limited to 'testing')
-rw-r--r--testing/thermald/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/thermald/APKBUILD b/testing/thermald/APKBUILD
index 80b11bc06..d419afa50 100644
--- a/testing/thermald/APKBUILD
+++ b/testing/thermald/APKBUILD
@@ -6,7 +6,7 @@ pkgver=1.5.3
pkgrel=0
pkgdesc="Thermal daemon for IA"
url="https://github.com/01org/thermal_daemon"
-arch="all !armhf"
+arch="all !armhf !aarch64"
license="GPL2"
depends=""
makedepends="autoconf automake libtool dbus-glib-dev libxml2-dev linux-headers"