From e3dae6ef657efe3657d35f97a2fa65210e6d950d Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 14 Jun 2018 19:04:51 +0200 Subject: Update config.cmake, cleaning deps. Change-Id: I5b0dfb9a08fe687c18ad0f86e255e6b5ef589dc9 Signed-off-by: Romain Forlot --- conf.d/cmake/config.cmake | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'conf.d') diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 3bedeeb..81b7691 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -18,7 +18,7 @@ # Project Info # ------------------ -set(PROJECT_NAME afb-test) +set(PROJECT_NAME test) set(PROJECT_VERSION "5.0") set(PROJECT_PRETTY_NAME "Binding to test other bindings") set(PROJECT_DESCRIPTION "Binding used to test other binding") @@ -71,8 +71,6 @@ set (PKG_REQUIRED_LIST json-c libsystemd>=222 afb-daemon>=4.0 - libmicrohttpd>=0.9.55 - uuid ) # Prefix path where will be installed the files @@ -195,7 +193,7 @@ set(AFB_REMPORT "1234" CACHE PATH "Default binder listening port") # Print a helper message when every thing is finished # ---------------------------------------------------- -set(CLOSING_MESSAGE "Typical binding launch: afb-daemon --name afbd-${PROJECT_NAME} --port=${AFB_REMPORT} --workdir=${CMAKE_BINARY_DIR}/package --ldpaths=lib --roothttp=. --token=\"${AFB_TOKEN}\" --tracereq=common --verbose") +set(CLOSING_MESSAGE "Typical binding launch: afb-daemon --name afbd-${PROJECT_NAME} --port=${AFB_REMPORT} --workdir=package --ldpaths=/opt/AGL/lib64/afb:lib --token=\"${AFB_TOKEN}\" --tracereq=common --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