diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-05-20 18:54:21 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-05-20 18:54:35 +0200 |
commit | 3605fd31f04a9198402a687b1a3242835b27cff0 (patch) | |
tree | 5281f83f02921a6dddfef50611c94932307570a5 /conf.d/cmake | |
parent | f8ba5a0ccfc9748a7f48a69a684865d3da4d5fa4 (diff) |
Change appcontroller to ctl-utilities in config.cmake
Bug-AGL: SPEC-2379
Bug-AGL: SPEC-2423
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: I3a227f4963a117e11bb982ded3a0caf114fb1a54
Diffstat (limited to 'conf.d/cmake')
-rw-r--r-- | conf.d/cmake/config.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 2f0f763..3c7917e 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -71,7 +71,7 @@ set (PKG_REQUIRED_LIST json-c libsystemd>=222 afb-daemon>=4.0 - appcontroller + ctl-utilities afb-helpers ) |