diff options
author | Clément Bénier <clement.benier@iot.bzh> | 2018-09-06 16:28:18 +0200 |
---|---|---|
committer | Clément Bénier <clement.benier@iot.bzh> | 2018-09-06 16:28:18 +0200 |
commit | fde74fd1c3702410ec22431e8018d2a8f6b360eb (patch) | |
tree | bac4a88c11dd401f487f8a959189c07cccd2b7d1 | |
parent | 217bb01edca6fa9e5fc920cf596934727ffb92c3 (diff) |
shared-library: use helpers/ctl-utilities libssandbox/benierc/shared-library
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 <clement.benier@iot.bzh>
-rw-r--r-- | .gitmodules | 6 | ||||
m--------- | afb-helpers | 0 | ||||
-rw-r--r-- | conf.d/cmake/config.cmake | 2 | ||||
m--------- | ctl-utilities | 0 |
4 files changed, 2 insertions, 6 deletions
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 -Subproject f0ce5b665dd33b285d723720c16ac0542cde4e6 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 -Subproject 02bbf590b6002e63988a23f8a80662529814a1d |