diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-03-13 08:40:39 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-17 17:09:22 +0000 |
commit | d3522b71a82e71ef6f869cccca61a2b3568430e9 (patch) | |
tree | 5975c88546d58c2b55ecf9fb33b8f3f062009a16 | |
parent | 96ca859344032d8c8f1bcd8108904881f93904ea (diff) | |
download | poky-d3522b71a82e71ef6f869cccca61a2b3568430e9.tar.gz |
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 <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-runtime.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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 = "\ | |||
205 | ${libdir}/libstdc++.so \ | 205 | ${libdir}/libstdc++.so \ |
206 | ${libdir}/libstdc++*.la \ | 206 | ${libdir}/libstdc++*.la \ |
207 | ${libdir}/libsupc++.la \ | 207 | ${libdir}/libsupc++.la \ |
208 | ${libdir}/libstdc++.modules.json \ | ||
208 | " | 209 | " |
209 | SUMMARY:libstdc++-dev = "GNU standard C++ library - development files" | 210 | SUMMARY:libstdc++-dev = "GNU standard C++ library - development files" |
210 | FILES:libstdc++-staticdev = "\ | 211 | FILES:libstdc++-staticdev = "\ |