diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-06-14 19:04:51 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-07-10 17:12:13 +0200 |
commit | e3dae6ef657efe3657d35f97a2fa65210e6d950d (patch) | |
tree | ee321e76e137bf6b34026f2ff90fbbf3156a41b2 /conf.d/cmake | |
parent | 4f54455b5cd4841b6f905bbe6e2530f9e22a11a7 (diff) |
Update config.cmake, cleaning deps.
Change-Id: I5b0dfb9a08fe687c18ad0f86e255e6b5ef589dc9
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/cmake')
-rw-r--r-- | conf.d/cmake/config.cmake | 6 |
1 files changed, 2 insertions, 4 deletions
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 |