aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d/project/config.cmake
diff options
context:
space:
mode:
authorTobias Jahnke <tobias.jahnke@microchip.com>2019-06-24 08:15:59 +0200
committerTobias Jahnke <tobias.jahnke@microchip.com>2019-06-25 07:15:40 +0000
commitb79d0efc90f30918d64024bc0807c023e44c5325 (patch)
tree952279d30abcd55771e8136f4dd44425bb6ca5f5 /conf.d/project/config.cmake
parent244410dd373be570731a2e8c1dba749659a23c0b (diff)
agl-service-unicens: use shared lib of afb-helpershalibut_7.99.2halibut/7.99.27.99.2
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 <tobias.jahnke@microchip.com> Change-Id: Iade8686aded8912d4dd203d1f74e171c13302a3e
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