diff mbox series

[v2,08/12] gcc/libgfortran: package libcaf libraries

Message ID 20260518110327.2347543-9-Hemanth.KumarMD@windriver.com
State New
Headers show
Series gcc: Upgrade GCC to 16.1 release | expand

Commit Message

Hemanth Kumar M D May 18, 2026, 11:03 a.m. UTC
From: Hemanth Kumar M D <Hemanth.KumarMD@windriver.com>

Package libcaf static libraries installed by GCC 16 to
avoid installed-vs-shipped QA errors.

Signed-off-by: Hemanth Kumar M D <Hemanth.KumarMD@windriver.com>
---
 meta/recipes-devtools/gcc/libgfortran_16.1.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/gcc/libgfortran_16.1.bb b/meta/recipes-devtools/gcc/libgfortran_16.1.bb
index 71dd8b4bdc..6ad12b73d8 100644
--- a/meta/recipes-devtools/gcc/libgfortran_16.1.bb
+++ b/meta/recipes-devtools/gcc/libgfortran_16.1.bb
@@ -1,3 +1,4 @@ 
 require recipes-devtools/gcc/gcc-${PV}.inc
 require libgfortran.inc
 
+FILES:${PN}-dev += "${libdir}/gcc/${TARGET_SYS}/${BINV}/libcaf*"