From 8021da5a31c034094196d04e17132c3301b161af Mon Sep 17 00:00:00 2001 From: Clément Bénier Date: Thu, 6 Sep 2018 17:00:23 +0200 Subject: shared-libraries: link with helpers/ctl-utilities MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit remove afb-helpers/ctl-utilities submodules link with matching shared libraries Change-Id: I35fb2c4bcb3d1db80ccdf1a95aca4daad89caa09 Signed-off-by: Clément Bénier --- .gitmodules | 6 ------ afb-helpers | 1 - app-controller-submodule | 1 - conf.d/cmake/config.cmake | 2 ++ 4 files changed, 2 insertions(+), 8 deletions(-) delete mode 160000 afb-helpers delete mode 160000 app-controller-submodule diff --git a/.gitmodules b/.gitmodules index a106118..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 "afb-helpers"] - path = afb-helpers - url = https://gerrit.automotivelinux.org/gerrit/p/apps/app-afb-helpers-submodule.git -[submodule "app-controller-submodule"] - path = app-controller-submodule - url = https://gerrit.automotivelinux.org/gerrit/p/apps/app-controller-submodule.git 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/app-controller-submodule b/app-controller-submodule deleted file mode 160000 index 82820f4..0000000 --- a/app-controller-submodule +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 82820f44b1307ef8c6e12a505f383037fdad9fcb diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 65d5e4e..269e307 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -71,6 +71,8 @@ set (PKG_REQUIRED_LIST json-c libsystemd>=222 afb-daemon>=4.0 + afb-helpers + ctl-utilities ) # Prefix path where will be installed the files -- cgit 1.2.3-korg