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
This commit is contained in:
Timo Teräs 2016-04-05 20:18:37 +03:00
parent 92a3fd76cf
commit 886603ffa2

View File

@ -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=""