diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-10-07 17:09:42 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-10-15 11:37:01 -0400 |
commit | f3013d12ea27aa5849ec8da5aed1e3eebfa1b845 (patch) | |
tree | f8b972f36130c0530aec9ca86f54be8ec5757c4e /conf.d/cmake/config.cmake | |
parent | 3caa0589a467a836cc99cd22978d5b7178de2b63 (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.
Bug-AGL: SPEC-2855
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ieefd3be424ed9e866debc5e73c9b0995c9cdc31c
(cherry picked from commit d8ddb879b61b956d0a7ebd6a181595c9a41a9562)
Diffstat (limited to 'conf.d/cmake/config.cmake')
-rw-r--r-- | conf.d/cmake/config.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index da2ce59..50949cd 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -70,6 +70,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 @@ -218,4 +219,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) |