X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=conf.d%2Fproject%2Fconfig.cmake;h=4c9b1d6bfabe4c9cd8e6651e88b29401d06a99ff;hb=b79d0efc90f30918d64024bc0807c023e44c5325;hp=fae52f3511f325ac0cd5e7b94a60ce28888b5d59;hpb=244410dd373be570731a2e8c1dba749659a23c0b;p=apps%2Fagl-service-unicens.git 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