[Ovmsdev] wolfssl has been converted to a git submodule
Ludovic LANGE
ll-ovmsdev at lange.nom.fr
Thu May 18 05:24:42 HKT 2023
Dear all,
The PR
https://github.com/openvehicles/Open-Vehicle-Monitoring-System-3/pull/887
which converts wolfssl to a git submodule has been merged to master.
For those that build / sync their trees manually, please ensure that you
do `git submodule update --init --recursive` after the git pull, so that
you can properly retrieve the submodule.
You can confirm that everything is OK by doing:
$ git submodule status
7b953e7ebb440ce9461ee469159c3759450e7c98 components/mongoose/mongoose
(6.2-882-g7b953e7)
c05f6c7530a8670e3d0ffdf04ee4cecb2d3b0496 components/wolfssh/wolfssh
(v1.4.10-stable)
2d5a0ccae50a2ea32fc933d707b465520cc90011 components/wolfssl/wolfssl
(v4.7.0-stable-5-g2d5a0ccae)
7c3878f8302c0e84578a67473e49e60bc6b3ada7 components/zip/libzip
(rel-1-5-1-60-g7c3878f)
d6bcf4ca4d02479f058fff44cfd171f928148179 components/zip/zlib
(v1.2.11-65-gd6bcf4c)
It should print (3rd line) a version of v4.7.0-stable-5-g2d5a0ccae.
If instead you see:
$ git submodule status
7b953e7ebb440ce9461ee469159c3759450e7c98 components/mongoose/mongoose
(6.2-882-g7b953e7)
c05f6c7530a8670e3d0ffdf04ee4cecb2d3b0496 components/wolfssh/wolfssh
(v1.4.10-stable)
-2d5a0ccae50a2ea32fc933d707b465520cc90011 components/wolfssl/wolfssl
7c3878f8302c0e84578a67473e49e60bc6b3ada7 components/zip/libzip
(rel-1-5-1-60-g7c3878f)
d6bcf4ca4d02479f058fff44cfd171f928148179 components/zip/zlib
(v1.2.11-65-gd6bcf4c)
then you need to use `git submodule update --init --recursive`
Let me know if it's not working according to the plan.
Regards,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openvehicles.com/pipermail/ovmsdev/attachments/20230517/a55d76ab/attachment.htm>
More information about the OvmsDev
mailing list