diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-11-03 14:54:38 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-12-14 11:00:26 +0100 |
commit | aaefddc633408157f41e940f4c4f01563b03e655 (patch) | |
tree | 52b76008c9ef5f26e9e1e233eb8b4bfffac52283 /conf.d/cmake | |
parent | c365d8b5a9da47c0edb47159d4a940ed1b1c0887 (diff) |
Added version check to afb-daemon pkg requisite
Change-Id: I8cf780dcf4381f3173c185887867e1c0fdb1785b
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/cmake')
-rw-r--r-- | conf.d/cmake/config.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 5433309..82db791 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -71,7 +71,7 @@ set (gcc_minimal_version 4.9) set (PKG_REQUIRED_LIST json-c libsystemd>=222 - afb-daemon + afb-daemon>=4.0 libmicrohttpd>=0.9.55 uuid ) |