From d3522b71a82e71ef6f869cccca61a2b3568430e9 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 13 Mar 2025 08:40:39 -0700 Subject: gcc-runtime: Package libstdc++.modules.json libstdc++.modules.json is new file in libstdc++ from GCC-15 it is the module mapping file used in C++ projects that utilize C++20 modules (From OE-Core rev: bbfe7ee5b64618649eb8aff753b444c97313e617) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-devtools/gcc/gcc-runtime.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools') diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/meta/recipes-devtools/gcc/gcc-runtime.inc index 291ace2d09..afcc13a310 100644 --- a/meta/recipes-devtools/gcc/gcc-runtime.inc +++ b/meta/recipes-devtools/gcc/gcc-runtime.inc @@ -205,6 +205,7 @@ FILES:libstdc++-dev = "\ ${libdir}/libstdc++.so \ ${libdir}/libstdc++*.la \ ${libdir}/libsupc++.la \ + ${libdir}/libstdc++.modules.json \ " SUMMARY:libstdc++-dev = "GNU standard C++ library - development files" FILES:libstdc++-staticdev = "\ -- cgit v1.2.3-54-g00ecf