aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLi Xiaoming <lixm.fnst@cn.fujitsu.com>2019-11-22 10:09:29 +0100
committerLi Xiaoming <lixm.fnst@cn.fujitsu.com>2019-11-22 10:09:29 +0100
commit05e2081dc90966a4e8dd98f908c64bfe666d136e (patch)
treeb82c6933a2620cad4ed84d23070de11c88b7603c
parentb49f441730cbe92fed4994709e6c39645b9efcd6 (diff)
No homepage url found. Please set a PROJECT_URL cmake variable in your config.cmake. Bug-AGL: SPEC-2804 Change-Id: I5f0e9965cfd9d80d3ef2014d16cde621ffcd480a Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
-rw-r--r--conf.d/cmake/config.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake
index 792b9ae..8f0b126 100644
--- a/conf.d/cmake/config.cmake
+++ b/conf.d/cmake/config.cmake
@@ -22,6 +22,7 @@ set(PROJECT_NAME agl-service-weather)
set(PROJECT_PRETTY_NAME "AFM binding for weather interface")
set(PROJECT_DESCRIPTION "Binding for weather interface")
set(PROJECT_VERSION "1.0")
+set(PROJECT_URL https://gerrit.automotivelinux.org/gerrit/admin/repos/apps/agl-service-weather)
set(PROJECT_ICON "icon.png")
set(PROJECT_LICENSE "APL2.0")
set(PROJECT_LANGUAGES,"C")