From 10c4b1602186f1f9457ec35fafc605468bc6b8bb Mon Sep 17 00:00:00 2001 From: Loïc Collignon Date: Thu, 21 Mar 2019 23:46:53 +0100 Subject: Removed controller and utilities submodules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Controller and submodules are now provided as static libraries so submodules are not required anymore. Bug: SPEC-2139 Change-Id: Ie5dfa0d678390f167ffbecd53355d9f8b5f98209 Signed-off-by: Loïc Collignon --- .gitmodules | 6 ------ afb-utilities | 1 - ahl-binding/CMakeLists.txt | 5 +---- conf.d/cmake/config.cmake | 2 ++ controller | 1 - 5 files changed, 3 insertions(+), 12 deletions(-) delete mode 100644 .gitmodules delete mode 160000 afb-utilities delete mode 160000 controller diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 14d4871..0000000 --- a/.gitmodules +++ /dev/null @@ -1,6 +0,0 @@ -[submodule "afb-utilities"] - path = afb-utilities - url = https://gerrit.automotivelinux.org/gerrit/apps/app-afb-helpers-submodule -[submodule "controller"] - path = controller - url = https://gerrit.automotivelinux.org/gerrit/p/apps/app-controller-submodule.git diff --git a/afb-utilities b/afb-utilities deleted file mode 160000 index f0ce5b6..0000000 --- a/afb-utilities +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f0ce5b665dd33b285d723720c16ac0542cde4e6e diff --git a/ahl-binding/CMakeLists.txt b/ahl-binding/CMakeLists.txt index 7ccf470..1652a9d 100644 --- a/ahl-binding/CMakeLists.txt +++ b/ahl-binding/CMakeLists.txt @@ -40,17 +40,14 @@ PROJECT_TARGET_ADD(audiohighlevel) TARGET_INCLUDE_DIRECTORIES(${TARGET_NAME} PUBLIC ${GLIB_PKG_INCLUDE_DIRS} ${CMAKE_CURRENT_SOURCE_DIR} - ${CMAKE_CURRENT_SOURCE_DIR}/../controller/ctl-lib - ${CMAKE_CURRENT_SOURCE_DIR}/../afb-utilities ) # Library dependencies (include updates automatically) # Find package for GLIB does not seem to export TARGET_LINK_LIBRARIES(${TARGET_NAME} #ahl-policy - afb-helpers - ctl-utilities + appcontroller ${GLIB_PKG_LIBRARIES} ${link_libraries} ) diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 69082be..9f060ad 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -65,6 +65,8 @@ set (PKG_REQUIRED_LIST libafbwsc glib-2.0 lua>=5.3 + appcontroller + afb-helpers ) # Compilation options definition diff --git a/controller b/controller deleted file mode 160000 index 33abde5..0000000 --- a/controller +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 33abde52666af1335571252143d21de5d305ca9c -- cgit 1.2.3-korg