sdk: Add libc static libraries
Several libraries which are part of the libc package are required to statically link our firmware packages.
This commit is contained in:
parent
504e367a0c
commit
f6e5b36d1e
|
|
@ -7,5 +7,6 @@ inherit populate_sdk
|
|||
TOOLCHAIN_TARGET_TASK_append = " \
|
||||
cpputest-staticdev \
|
||||
libnmapp-staticdev \
|
||||
libc-staticdev \
|
||||
"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue