summaryrefslogtreecommitdiffstats
path: root/conf.d/cmake/config.cmake
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2019-10-07 16:35:45 -0400
committerScott Murray <scott.murray@konsulko.com>2019-10-15 11:33:26 -0400
commit40a0b16e2e4e8b030473254c2f04b4b377bf76f1 (patch)
tree68a58831caaea9975e22b92f4824a34971d4b39c /conf.d/cmake/config.cmake
parent481e2d73b8c3f9cd9a28611ddb6ae190225dc36a (diff)
Switch to afb-helpers library
Remove old afb-helpers submodule usage in favor of library from the toolchain. Note that json.hpp is no longer shipped with the library, and is now assumed to be present in the toolchain, which requires a DEPENDS addition in the recipe to pick it up, and an #include of sstream to work with newer versions of json.hpp. Bug-AGL: SPEC-2854 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Iea205048b051a69d5251d295588ce3451efc7e4a (cherry picked from commit 4b6fce387aa0b175bfb1b30de8d671434918a217)
Diffstat (limited to 'conf.d/cmake/config.cmake')
-rw-r--r--conf.d/cmake/config.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake
index d932fd1..3c16635 100644
--- a/conf.d/cmake/config.cmake
+++ b/conf.d/cmake/config.cmake
@@ -1,5 +1,6 @@
###########################################################################
# Copyright 2018 IoT.bzh
+# Copyright 2019 Konsulko Group
#
# author: Sebastien Douheret <sebastien@iot.bzh>
#
@@ -70,6 +71,7 @@ set (gcc_minimal_version 4.9)
set (PKG_REQUIRED_LIST
json-c
afb-daemon
+ afb-helpers
)
# Prefix path where will be installed the files