summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-runtime.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-11-25 00:44:52 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-11-27 13:25:18 +0000
commitcf57a45026e4f8f2aea4a61877a56bf84256fca9 (patch)
treebe3d919f09c699f8bcd3d6a1d23b18b99a87fd0f /meta/recipes-devtools/gcc/gcc-runtime.inc
parent3fcee5506a73d4c39293733c754275d108510b1b (diff)
downloadpoky-cf57a45026e4f8f2aea4a61877a56bf84256fca9.tar.gz
gcc-runtime: Package libstdc++.a-gdb.py
There is python gdb script for static libstdc++ archives as well fixes ERROR: gcc-runtime-9.2.0-r0 do_package: QA Issue: gcc-runtime: Files/directories were installed but not shipped in any package: /usr/lib/libstdc++.a-gdb.py (From OE-Core rev: 9becb6c1ea68096930fe77cc0e4126ff204d0592) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-runtime.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-runtime.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/meta/recipes-devtools/gcc/gcc-runtime.inc
index 2da3c02ef0..437a9df08a 100644
--- a/meta/recipes-devtools/gcc/gcc-runtime.inc
+++ b/meta/recipes-devtools/gcc/gcc-runtime.inc
@@ -179,7 +179,7 @@ RRECOMMENDS_${PN}-dbg = ""
179 179
180# include python debugging scripts 180# include python debugging scripts
181FILES_${PN}-dbg += "\ 181FILES_${PN}-dbg += "\
182 ${libdir}/libstdc++.so.*-gdb.py \ 182 ${libdir}/libstdc++.*-gdb.py \
183 ${datadir}/gcc-${BINV}/python/libstdcxx \ 183 ${datadir}/gcc-${BINV}/python/libstdcxx \
184" 184"
185 185