aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d/project/config.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d/project/config.cmake')
-rw-r--r--conf.d/project/config.cmake5
1 files changed, 3 insertions, 2 deletions
diff --git a/conf.d/project/config.cmake b/conf.d/project/config.cmake
index fae52f3..4c9b1d6 100644
--- a/conf.d/project/config.cmake
+++ b/conf.d/project/config.cmake
@@ -22,7 +22,7 @@ set(PROJECT_NAME agl-service-unicens)
set(PROJECT_VERSION "0.1")
set(PROJECT_PRETTY_NAME "UNICENS Service")
set(PROJECT_DESCRIPTION "UNICENS V2 - Infotainment network setup and access")
-set(PROJECT_URL "https://gerrit.automotivelinux.org/gerrit/p/apps/agl-service-unicens.git")
+set(PROJECT_URL "https://git.automotivelinux.org/apps/agl-service-unicens/")
set(PROJECT_ICON "icon.png")
set(PROJECT_AUTHOR "Thorsten Kummermehr")
set(PROJECT_AUTHOR_MAIL "thorsten.kummermehr@microchip.com")
@@ -73,6 +73,7 @@ set (PKG_REQUIRED_LIST
json-c
libsystemd>=222
afb-daemon
+ afb-helpers
libxml-2.0
)
@@ -199,7 +200,7 @@ set(AFB_REMPORT "1234" CACHE PATH "Default binder listening port")
# Print a helper message when every thing is finished
# ----------------------------------------------------
-set(CLOSING_MESSAGE "Test with: afb-daemon --ldpaths=./package --port=1234 --workdir=. --roothttp=../htdocs --tracereq=common --token= --verbose")
+set(CLOSING_MESSAGE "Test with: afb-daemon --ldpaths=./package --port=1234 --workdir=. --roothttp=./package/htdocs --tracereq=common --token= --verbose")
set(PACKAGE_MESSAGE "Install widget file using in the target : afm-util install ${PROJECT_NAME}.wgt")
# Optional schema validator about now only XML, LUA and JSON