From 2046edda1b507544240d3796d6bc494b7bbded6c Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Wed, 13 Jun 2018 13:08:24 +0200 Subject: Update submodules Submodule afb-helpers f5f1e25..9a1f7ea: > wrap-json: new helper functions for comparison > Removed anonymous function in ScanDir and fixed warnings > wrap-json: Add clone facility > Disabled debug code (only used for testing). > Correction to include dynamic api correctly > Fixed build warnings with gcc >= 7.3 > Added afb-helpers-utils.h > Fixed compilation warnings with gcc-7.2.0 > Fixed spelling Submodule app-controller-submodule 690bdee..d7e260c: > Remove declaration to not existing functions > Add 2 lua utilities function > Update README.md for new metadata keys. Submodule conf.d/app-templates 6621af0..f65761c: > 02-variables.cmake: Avoid checking CXX version if not required > config.cmake.sample: Remove dependency to libsystemd > config.cmake.sample: Remove dependency to libmicrohttpd > Added -D_FORTIFY_SOURCE=2 to CFLAGS > start-on-target: uses RSYNC_PREFIX path for config > Fixed spelling. Change-Id: Ic78f99b3737ffb87220e2d11183d3c5554ff2a81 Signed-off-by: Romain Forlot --- afb-helpers | 2 +- app-controller-submodule | 2 +- conf.d/app-templates | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/afb-helpers b/afb-helpers index f5f1e25..9a1f7ea 160000 --- a/afb-helpers +++ b/afb-helpers @@ -1 +1 @@ -Subproject commit f5f1e251131b6dd54b8f7bb9a31a7ef6e231a947 +Subproject commit 9a1f7ea8029ff518d81ed7f13000a7c0bddcca5c diff --git a/app-controller-submodule b/app-controller-submodule index 690bdee..d7e260c 160000 --- a/app-controller-submodule +++ b/app-controller-submodule @@ -1 +1 @@ -Subproject commit 690bdeee06f414fa149f5a9b62de7b215c3a80cd +Subproject commit d7e260ca350f9fbadc9ee48c5f41280ec1a24437 diff --git a/conf.d/app-templates b/conf.d/app-templates index 6621af0..f65761c 160000 --- a/conf.d/app-templates +++ b/conf.d/app-templates @@ -1 +1 @@ -Subproject commit 6621af007c13b12bb1d33d0edf75db600a42f742 +Subproject commit f65761cff834757e97165fb2de5cffa332c9a1e5 -- cgit 1.2.3-korg