diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2019-04-30 15:52:16 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2019-04-30 16:03:55 +0200 |
commit | ea8e3ef5b673f0d2b7d096a6bd229e9edf5dec54 (patch) | |
tree | 5450421d4a5e3b6f53fcaa9e2b01a4164b5fc210 /conf.d/cmake/config.cmake | |
parent | 492459d87d6dfd2926a551a0e1a679d332d7d1a4 (diff) |
Removing submodule
Migration wasn't complete, submodule deinit didn't achieve to erase the
submodule or something wasn't pushed, anyway we have to manually remove
the submodule to get rid of it.
And this commit adds the afb-helpers library as a link dependency
Bug-AGL: SPEC-2139
Change-Id: Iedbdb2d75fc75de553254b266c319bd1538d95c3
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/cmake/config.cmake')
-rw-r--r-- | conf.d/cmake/config.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 550409a9..9e9a15b0 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -64,6 +64,7 @@ set (PKG_REQUIRED_LIST json-c libsystemd>=222 afb-daemon + afb-helpers ) # Prefix path where will be installed the files |