aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2018-11-20 10:09:58 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2018-11-20 10:48:32 +0100
commitbba1c5e6dc16c1f90a191ef6ab9d6e18f31247c3 (patch)
tree155071459fff81325fcb62f7f276102b990effcb
parentd828cc40da2138db35954c05d0fcc5afa940c6e9 (diff)
config.cmake: Remove superfluous dependenciesguppy_6.99.1guppy/6.99.16.99.1
Removing dummy requirement is good. It avoids brain damage in trying to answer superfluous questions. Change-Id: I3a32f8f7014b83073bbf2d1c08ce0240d03e1489 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r--conf.d/cmake/config.cmake4
1 files changed, 1 insertions, 3 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake
index 1059bb1..4e1a631 100644
--- a/conf.d/cmake/config.cmake
+++ b/conf.d/cmake/config.cmake
@@ -69,9 +69,7 @@ set (gcc_minimal_version 4.9)
# -----------------------------
set (PKG_REQUIRED_LIST
json-c
- libsystemd>=222
afb-daemon
- libmicrohttpd>=0.9.55
)
# Prefix path where will be installed the files
@@ -220,4 +218,4 @@ set(PACKAGE_MESSAGE "Install widget file using in the target : afm-util install
# This CMake module could be found at the following url:
# https://gerrit.automotivelinux.org/gerrit/#/admin/projects/src/cmake-apps-module
# -----------------------------------------------------------
-include(CMakeAfbTemplates) \ No newline at end of file
+include(CMakeAfbTemplates)