diff options
author | Frederic Marec <frederic.marec@iot.bzh> | 2020-03-19 12:33:41 +0100 |
---|---|---|
committer | Frederic Marec <frederic.marec@iot.bzh> | 2020-03-19 12:33:41 +0100 |
commit | cb15de5ff7e348a529a90f7bbdc4f6dabac58241 (patch) | |
tree | 11c1fd81f6e31208b28bf75a989784f52e02acc9 | |
parent | b556180a261d71373ca278780ee9e7dfae1c3739 (diff) |
Fix broken build fue to appcontroler declarationjellyfish_9.99.1jellyfish/9.99.19.99.1
Due to last modification, appcontrollet declaration in config.cmake
broke the build.
Bug-AGL: SPEC-3282
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
Change-Id: I7d2af85f45231b9a3e53ce8b2a99f97d5af4715a
-rw-r--r-- | conf.d/cmake/config.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 9aa46f0..0ebb3b3 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -63,7 +63,6 @@ set (PKG_REQUIRED_LIST json-c libsystemd afb-daemon - appcontroller ) # Static constante definition |