From 2b37cb8c26eba94c1d7d91487010349fde208ce1 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Tue, 31 Oct 2017 14:17:40 +0100 Subject: Add hal-utilities-4a as a submodule Signed-off-by: Ronan Le Martret --- .gitmodules | 3 +++ Jabra-Solemate/CMakeLists.txt | 2 +- hal-utilities | 1 - hal-utilities-4a | 1 + 4 files changed, 5 insertions(+), 2 deletions(-) delete mode 120000 hal-utilities create mode 160000 hal-utilities-4a diff --git a/.gitmodules b/.gitmodules index cb8ad34..0d9d20c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "afb-utilities"] path = afb-utilities url = https://github.com/iotbzh/afb-utilities.git +[submodule "hal-utilities-4a"] + path = hal-utilities-4a + url = https://github.com/fulup-bzh/hal-utilities-4a.git diff --git a/Jabra-Solemate/CMakeLists.txt b/Jabra-Solemate/CMakeLists.txt index ad30212..47a3053 100644 --- a/Jabra-Solemate/CMakeLists.txt +++ b/Jabra-Solemate/CMakeLists.txt @@ -33,6 +33,6 @@ PROJECT_TARGET_ADD(hal-jabra-usb) # Library dependencies (include updates automatically) TARGET_LINK_LIBRARIES(${TARGET_NAME} - hal-utilities + hal-utilities-4a ${link_libraries} ) diff --git a/hal-utilities b/hal-utilities deleted file mode 120000 index 8f9ddfa..0000000 --- a/hal-utilities +++ /dev/null @@ -1 +0,0 @@ -../hal-utilities-4a \ No newline at end of file diff --git a/hal-utilities-4a b/hal-utilities-4a new file mode 160000 index 0000000..6498bf7 --- /dev/null +++ b/hal-utilities-4a @@ -0,0 +1 @@ +Subproject commit 6498bf70a861d18b177a622091f82ab4fadf216d -- cgit 1.2.3-korg