|
|
|
|
|
by nine_k
2301 days ago
|
|
LGPL does not prevent you from using the library in a closed-source product, and recompile your software with a newer version of the library. It only makes a difference if you alter the library. If you plan a proprietary fork, LGPL is not for you. |
|
When people say "embedded" they usually mean devices that run on low end bare metal hardware without an operating system (or even a memory controller!), which means nothing to provide dynamic linking, let alone the kind of end user control that the GPL philosophy is meany to promote. The vast majority of embedded software is statically linked by design so even the permissive parts of the LGPL don't apply.