diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2019-01-03 17:43:32 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2019-01-10 13:28:20 +0000 |
commit | 08a8d17b9b73f59eaf77e3eff3ed0c56fc6b58e5 (patch) | |
tree | 858d66a761ac2a5a822afc084417284868f18335 /ctl-lib | |
parent | 680af25d7b89e734b77ddad0f4e2d2a4d1bc8826 (diff) |
New installation instructions
New installation instructions for the appcontroller library
And remove the the submodule occurences.
Bug-AGL: SPEC-1689
Change-Id: Idaa6f9191ce521b551ddd7e7d4aa4430f0aeb399
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'ctl-lib')
-rw-r--r-- | ctl-lib/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctl-lib/CMakeLists.txt b/ctl-lib/CMakeLists.txt index 4ca83cc..914e11c 100644 --- a/ctl-lib/CMakeLists.txt +++ b/ctl-lib/CMakeLists.txt @@ -18,7 +18,7 @@ set(TARGET_NAME "ctl-utilities") set(PROJECT_PRETTY_NAME "Controller") set(PROJECT_DESCRIPTION "controller") -set(PROJECT_URL "https://gerrit.automotivelinux.org:29418/apps/app-controller-submodule") +set(PROJECT_URL "https://gerrit.automotivelinux.org:29418/src/libappcontroller") set(PROJECT_AUTHOR "Ar Foll, Fulup") set(PROJECT_AUTHOR_MAIL "fulup@iot.bzh") set(PROJECT_LICENSE "APL2.0") |