diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-10-30 15:20:38 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-10-30 15:20:38 +0100 |
commit | f4c7e289dbdbaa00da98009d4018cef25906b573 (patch) | |
tree | c6f75c815781d63c02cddd7c2f85c6431a209ba2 /testing/thermald | |
parent | 85c6e80df09d595ef21001f1fb30e03c4ce51e18 (diff) | |
download | aports-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/thermald')
-rw-r--r-- | testing/thermald/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/thermald/APKBUILD b/testing/thermald/APKBUILD index 80b11bc065..d419afa503 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" |