From f6e5b36d1e36f1427adf978cde62ac97e954c914 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Fri, 10 Mar 2023 15:34:58 +0100 Subject: [PATCH] sdk: Add libc static libraries Several libraries which are part of the libc package are required to statically link our firmware packages. --- recipes-core/sdk/netmodule-linux-sdk.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-core/sdk/netmodule-linux-sdk.bb b/recipes-core/sdk/netmodule-linux-sdk.bb index a6278ed..c49a1fa 100644 --- a/recipes-core/sdk/netmodule-linux-sdk.bb +++ b/recipes-core/sdk/netmodule-linux-sdk.bb @@ -7,5 +7,6 @@ inherit populate_sdk TOOLCHAIN_TARGET_TASK_append = " \ cpputest-staticdev \ libnmapp-staticdev \ + libc-staticdev \ "