diff options
author | Clément Bénier <clement.benier@iot.bzh> | 2018-09-06 17:00:23 +0200 |
---|---|---|
committer | Clément Bénier <clement.benier@iot.bzh> | 2018-09-06 17:01:51 +0200 |
commit | 8021da5a31c034094196d04e17132c3301b161af (patch) | |
tree | 992c7213f179302f7a1bb0c29e0d773cf797eeb6 | |
parent | a826da17cdfa4586f66b9d3350e10d6799609a88 (diff) |
shared-libraries: link with helpers/ctl-utilitiessandbox/benierc/shared-library
remove afb-helpers/ctl-utilities submodules
link with matching shared libraries
Change-Id: I35fb2c4bcb3d1db80ccdf1a95aca4daad89caa09
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
-rw-r--r-- | .gitmodules | 6 | ||||
m--------- | afb-helpers | 0 | ||||
m--------- | app-controller-submodule | 0 | ||||
-rw-r--r-- | conf.d/cmake/config.cmake | 2 |
4 files changed, 2 insertions, 6 deletions
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 -Subproject f0ce5b665dd33b285d723720c16ac0542cde4e6 diff --git a/app-controller-submodule b/app-controller-submodule deleted file mode 160000 -Subproject 82820f44b1307ef8c6e12a505f383037fdad9fc 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 |