domoticz: depends on gcc >= 4.8
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Thu, 20 Sep 2018 22:01:18 +0000 (00:01 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 25 Sep 2018 21:19:48 +0000 (23:19 +0200)
commit5208e9507f5fa33e7f584815d53dac551e449a63
tree7c9000650cacedea5b15b7682be6c1e49efc98ca
parenta517df56d641e1b3d4ce5988eb5d1747cd78a69a
domoticz: depends on gcc >= 4.8

sleep_for is not always defined with gcc <= 4.7, see
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52680

To fix this issue, add a dependency to gcc >= 4.8

Fixes:
 - http://autobuild.buildroot.net/results/0dada8dd727f32a4500670f6620adb05943ed0b7

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/domoticz/Config.in