aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-10-30 15:16:41 +0100
committerJakub Jirutka <jakub@jirutka.cz>2016-10-30 15:16:41 +0100
commit85c6e80df09d595ef21001f1fb30e03c4ce51e18 (patch)
treef65370c270dec73dbea17f5ed8049ba8668a78c5 /testing
parenteac46e4fe78b7c5d07a8ab92e95fe60f2cb58f34 (diff)
downloadaports-85c6e80df09d595ef21001f1fb30e03c4ce51e18.tar.bz2
aports-85c6e80df09d595ef21001f1fb30e03c4ce51e18.tar.xz
testing/thermald: disable on armhf
Build failed with: src/thermald-thd_sys_fs.o `test -f 'src/thd_sys_fs.cpp' || echo './'`src/thd_sys_fs.cpp 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 75b94c24d..80b11bc06 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"
+arch="all !armhf"
license="GPL2"
depends=""
makedepends="autoconf automake libtool dbus-glib-dev libxml2-dev linux-headers"