aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2018-04-26 20:08:50 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2018-07-05 15:43:09 +0200
commit7faea82123b588bdaadbe2ec55b9e5ecc4666e71 (patch)
tree5772977e9581004937f54363b19cb23e4dfcfff7
parent872dd097432a3fb4fb91d24d227486a59be5e24a (diff)
Rename afb-utilities to afb-helpers
Update submodules Change-Id: I7f3a8e0059ce05e6bf46315d1de80c25cb87b2cf Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
m---------afb-helpers0
m---------conf.d/app-templates0
-rw-r--r--conf.d/cmake/config.cmake6
m---------ctl-utilities0
4 files changed, 3 insertions, 3 deletions
diff --git a/afb-helpers b/afb-helpers
-Subproject 7db4aac29d251134dea5ec4425ef87c970f6fec
+Subproject 6e837e4691ae266f5d23cce844fccdeeacdfe11
diff --git a/conf.d/app-templates b/conf.d/app-templates
-Subproject 30e78a532aed26ff3b8d2ad035dd85cc0ea8193
+Subproject 6e1a3c37e94f42f5307fd1fa749823b2d160a56
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake
index 6ff5000..adc3122 100644
--- a/conf.d/cmake/config.cmake
+++ b/conf.d/cmake/config.cmake
@@ -19,10 +19,10 @@
# Project Info
# ------------------
set(PROJECT_NAME signal-composer)
-set(PROJECT_VERSION "4.0")
+set(PROJECT_VERSION "5.0")
set(PROJECT_PRETTY_NAME "Signal composer")
set(PROJECT_DESCRIPTION "Signal composer API connected to low level AGL services")
-set(PROJECT_URL "https://github.com/iotbzh/afb-signal-composer")
+set(PROJECT_URL "https://gerrit.automotivelinux.org/gerrit/#/admin/projects/apps/agl-service-signal-composer")
set(PROJECT_ICON "icon.png")
set(PROJECT_AUTHOR "Forlot Romain")
set(PROJECT_AUTHOR_MAIL "romain.forlot@iot.bzh")
@@ -84,7 +84,7 @@ set(CMAKE_INSTALL_PREFIX $ENV{HOME}/opt)
# Customize link option
# -----------------------------
#list(APPEND link_libraries -an-option)
-list(APPEND link_libraries afb-utilities)
+list(APPEND link_libraries afb-helpers)
# Compilation options definition
# Use CMake generator expressions to specify only for a specific language
diff --git a/ctl-utilities b/ctl-utilities
-Subproject 8ff0fe3c454ea32ba383a3cfa9c4e91237d6c49
+Subproject 364a6151777806640b2e208288328e76ef93340