diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-02 17:36:33 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-02 17:45:46 +0200 |
commit | b6c09cbda2b6b47981d65265184a21223e526d4a (patch) | |
tree | 32ce8a4a201ba064031ad5692e46efb0dd3526c6 | |
parent | acffa3cf5e27ba2255cf903890bb13b0254dca3e (diff) |
Remove submodules and use forked libs tree instead
Change-Id: Icd1ba605357df63f750966cc941190acaa80e35b
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r-- | .gitmodules | 18 | ||||
m--------- | CAN-binder/libs/bitfield-c | 6 | ||||
m--------- | CAN-binder/libs/isotp-c | 7 | ||||
m--------- | CAN-binder/libs/nanopb | 7 | ||||
m--------- | CAN-binder/libs/openxc-message-format | 9 | ||||
m--------- | CAN-binder/libs/uds-c | 9 |
6 files changed, 0 insertions, 56 deletions
diff --git a/.gitmodules b/.gitmodules index 6984efe8..e69de29b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,18 +0,0 @@ -[submodule "low-can-binding/libs/openxc-message-format"] - path = CAN-binder/libs/openxc-message-format - url = https://github.com/openxc/openxc-message-format -[submodule "low-can-binding/libs/nanopb"] - path = CAN-binder/libs/nanopb - url = https://github.com/nanopb/nanopb.git -[submodule "low-can-binding/libs/uds-c"] - path = CAN-binder/libs/uds-c - url = https://github.com/openxc/uds-c.git -[submodule "low-can-binding/libs/bitfield-c"] - path = CAN-binder/libs/bitfield-c - url = https://github.com/openxc/bitfield-c.git -[submodule "low-can-binding/libs/isotp-c"] - path = CAN-binder/libs/isotp-c - url = https://github.com/openxc/isotp-c -[submodule "CAN-binder/libs/inih"] - path = CAN-binder/libs/inih - url = git@github.com:claneys/inih.git diff --git a/CAN-binder/libs/bitfield-c b/CAN-binder/libs/bitfield-c deleted file mode 160000 -Subproject a34745ec93ae0a1d4f1b640dba8fb6702331a8e diff --git a/CAN-binder/libs/isotp-c b/CAN-binder/libs/isotp-c deleted file mode 160000 -Subproject ee24440b7c123ab1b0317e57be33e837a1cb51f diff --git a/CAN-binder/libs/nanopb b/CAN-binder/libs/nanopb deleted file mode 160000 -Subproject 651bdc45f2180b17c132470ff1a3a515dbffaa7 diff --git a/CAN-binder/libs/openxc-message-format b/CAN-binder/libs/openxc-message-format deleted file mode 160000 -Subproject d9f54f97578429773421abce98d5f6579717afc diff --git a/CAN-binder/libs/uds-c b/CAN-binder/libs/uds-c deleted file mode 160000 -Subproject ca20db3dd978871bbb9f01f3c862b510c03d1dc |