From fde74fd1c3702410ec22431e8018d2a8f6b360eb Mon Sep 17 00:00:00 2001 From: Clément Bénier Date: Thu, 6 Sep 2018 16:28:18 +0200 Subject: shared-library: use helpers/ctl-utilities libs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit remove afb-helpers and ctl-utilities submodules use afb-helpers and ctl-utilities shared libraries Change-Id: Iaa812cc4ac39e59f2115dd7bcbb72bdb9bdba2d0 Signed-off-by: Clément Bénier --- .gitmodules | 6 ------ afb-helpers | 1 - conf.d/cmake/config.cmake | 2 ++ ctl-utilities | 1 - 4 files changed, 2 insertions(+), 8 deletions(-) delete mode 160000 afb-helpers delete mode 160000 ctl-utilities diff --git a/.gitmodules b/.gitmodules index 9b16b3f..b545da1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,3 @@ [submodule "conf.d/app-templates"] path = conf.d/app-templates url = https://gerrit.automotivelinux.org/gerrit/apps/app-templates -[submodule "ctl-utilities"] - path = ctl-utilities - url = https://gerrit.automotivelinux.org/gerrit/apps/app-controller-submodule -[submodule "afb-helpers"] - path = afb-helpers - url = https://gerrit.automotivelinux.org/gerrit/apps/app-afb-helpers-submodule diff --git a/afb-helpers b/afb-helpers deleted file mode 160000 index f0ce5b6..0000000 --- a/afb-helpers +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f0ce5b665dd33b285d723720c16ac0542cde4e6e diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 2a09704..5d2f2b6 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -74,6 +74,8 @@ set (PKG_REQUIRED_LIST afb-daemon>=4.0 libmicrohttpd>=0.9.55 uuid + afb-helpers + ctl-utilities ) # Prefix path where will be installed the files diff --git a/ctl-utilities b/ctl-utilities deleted file mode 160000 index 02bbf59..0000000 --- a/ctl-utilities +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 02bbf590b6002e63988a23f8a80662529814a1da -- cgit 1.2.3-korg