diff options
-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 |