From 886603ffa2571feccc8ff8a2079ec5231907757a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Tue, 5 Apr 2016 20:18:37 +0300 Subject: testing/domoticz: disable on arm Fails with: domoticz-0_git20160214/hardware/PiFace.cpp: In member function 'int CPiFace::Read_Write_SPI_Byte(unsigned char*, int)': domoticz-0_git20160214/hardware/PiFace.cpp:1011:23: error: '_IOC_SIZEBITS' was not declared in this scope return ioctl (m_fd, SPI_IOC_MESSAGE(1), &spi) ; probably missing include --- testing/domoticz/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/domoticz') diff --git a/testing/domoticz/APKBUILD b/testing/domoticz/APKBUILD index 7ea7103fef..d2623315bf 100644 --- a/testing/domoticz/APKBUILD +++ b/testing/domoticz/APKBUILD @@ -5,7 +5,7 @@ pkgver=0_git20160214 pkgrel=5 pkgdesc="Open source Home Automation System" url="http://www.domoticz.com/" -arch="all" +arch="x86_64 x64" license="GPL" depends="" depends_dev="" -- cgit v1.2.3