From b79d0efc90f30918d64024bc0807c023e44c5325 Mon Sep 17 00:00:00 2001 From: Tobias Jahnke Date: Mon, 24 Jun 2019 08:15:59 +0200 Subject: agl-service-unicens: use shared lib of afb-helpers Change the usage of afb-helpers from git submodule to shared library. Removed also unused app-templates submodule. Bug-AGL: SPEC-2562 Signed-off-by: Tobias Jahnke Change-Id: Iade8686aded8912d4dd203d1f74e171c13302a3e --- conf.d/project/config.cmake | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'conf.d/project') 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 -- cgit 1.2.3-korg